public interface ElementTypeTransformation extends TypeTransformation
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ErrorType |
getContributor()
Returns the value of the 'Contributor' reference.
|
ErrorType |
getSource()
Returns the value of the 'Source' reference.
|
ErrorType |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setContributor(ErrorType value)
Sets the value of the '
Contributor ' reference. |
void |
setSource(ErrorType value)
Sets the value of the '
Source ' reference. |
void |
setTarget(ErrorType value)
Sets the value of the '
Target ' 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
ErrorType getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ErrorType)
,
ErrorModelPackage.getElementTypeTransformation_Source()
void setSource(ErrorType value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
ErrorType getContributor()
If the meaning of the 'Contributor' reference isn't clear, there really should be more of a description here...
setContributor(ErrorType)
,
ErrorModelPackage.getElementTypeTransformation_Contributor()
void setContributor(ErrorType value)
Contributor
' reference.
value
- the new value of the 'Contributor' reference.getContributor()
ErrorType getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(ErrorType)
,
ErrorModelPackage.getElementTypeTransformation_Target()
void setTarget(ErrorType value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()