public interface Relation extends EncyclopediaElement
The following features are supported:
SaPackage.getRelation()
Modifier and Type | Method and Description |
---|---|
IdentifiableElement |
getOwner()
Returns the value of the 'Owner' container reference.
|
IdentifiableElement |
getRelTypeElement()
Returns the value of the 'Rel Type Element' reference.
|
String |
getRelTypeName()
Returns the value of the 'Rel Type Name' attribute.
|
String |
getRelTypeNum()
Returns the value of the 'Rel Type Num' attribute.
|
void |
setOwner(IdentifiableElement value)
Sets the value of the '
Owner ' container reference. |
void |
setRelTypeElement(IdentifiableElement value)
Sets the value of the '
Rel Type Element ' reference. |
void |
setRelTypeName(String value)
Sets the value of the '
Rel Type Name ' attribute. |
void |
setRelTypeNum(String value)
Sets the value of the '
Rel Type Num ' attribute. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
IdentifiableElement getRelTypeElement()
setRelTypeElement(IdentifiableElement)
,
SaPackage.getRelation_RelTypeElement()
void setRelTypeElement(IdentifiableElement value)
Rel Type Element
' reference.
value
- the new value of the 'Rel Type Element' reference.getRelTypeElement()
IdentifiableElement getOwner()
Relations
'.
setOwner(IdentifiableElement)
,
SaPackage.getRelation_Owner()
,
IdentifiableElement.getRelations()
void setOwner(IdentifiableElement value)
Owner
' container reference.
value
- the new value of the 'Owner' container reference.getOwner()
String getRelTypeName()
""
.
setRelTypeName(String)
,
SaPackage.getRelation_RelTypeName()
void setRelTypeName(String value)
Rel Type Name
' attribute.
value
- the new value of the 'Rel Type Name' attribute.getRelTypeName()
String getRelTypeNum()
""
.
setRelTypeNum(String)
,
SaPackage.getRelation_RelTypeNum()
void setRelTypeNum(String value)
Rel Type Num
' attribute.
value
- the new value of the 'Rel Type Num' attribute.getRelTypeNum()