public interface TypeTokenTransformation extends TypeTransformation
The following features are supported:
Modifier and Type | Method and Description |
---|---|
TypeSet |
getContributor()
Returns the value of the 'Contributor' containment reference.
|
TypeSet |
getSource()
Returns the value of the 'Source' containment reference.
|
TypeToken |
getTarget()
Returns the value of the 'Target' containment reference.
|
void |
setContributor(TypeSet value)
Sets the value of the '
Contributor ' containment reference. |
void |
setSource(TypeSet value)
Sets the value of the '
Source ' containment reference. |
void |
setTarget(TypeToken value)
Sets the value of the '
Target ' containment reference. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
TypeSet getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
setSource(TypeSet)
,
ErrorModelPackage.getTypeTokenTransformation_Source()
void setSource(TypeSet value)
Source
' containment reference.
value
- the new value of the 'Source' containment reference.getSource()
TypeSet getContributor()
If the meaning of the 'Contributor' containment reference isn't clear, there really should be more of a description here...
setContributor(TypeSet)
,
ErrorModelPackage.getTypeTokenTransformation_Contributor()
void setContributor(TypeSet value)
Contributor
' containment reference.
value
- the new value of the 'Contributor' containment reference.getContributor()
TypeToken getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(TypeToken)
,
ErrorModelPackage.getTypeTokenTransformation_Target()
void setTarget(TypeToken value)
Target
' containment reference.
value
- the new value of the 'Target' containment reference.getTarget()