public interface IdentifiableElement extends EncyclopediaElement
The following features are supported:
SaPackage.getIdentifiableElement()
Modifier and Type | Method and Description |
---|---|
void |
addRelation(Enumerator type,
IdentifiableElement element) |
void |
addRelation(Enumerator type,
MDWList<? extends IdentifiableElement> elements) |
<E extends IdentifiableElement> |
createLinks(Enumerator name) |
<E extends IdentifiableElement> |
createLinks(String name) |
CardinalityKind |
getCardinality(String name) |
long |
getDate(String name) |
<E extends IdentifiableElement> |
getLink(Enumerator name) |
<E extends IdentifiableElement> |
getLink(String name) |
MDWEList<Property> |
getLinkedBy()
Returns the value of the 'Linked By' reference list.
|
<E extends IdentifiableElement> |
getLinkedBy(Enumerator name) |
<E extends IdentifiableElement> |
getLinkedBy(String name) |
<E extends IdentifiableElement> |
getLinks(Enumerator name) |
<E extends IdentifiableElement> |
getLinks(String name) |
String |
getObjAuditId()
Returns the value of the 'Obj Audit Id' attribute.
|
String |
getObjFQName()
Returns the value of the 'Obj FQ Name' attribute.
|
String |
getObjId()
Returns the value of the 'Obj Id' attribute.
|
String |
getObjMajorTypeNum()
Returns the value of the 'Obj Major Type Num' attribute.
|
String |
getObjMinorTypeName()
Returns the value of the 'Obj Minor Type Name' attribute.
|
String |
getObjMinorTypeNum()
Returns the value of the 'Obj Minor Type Num' attribute.
|
String |
getObjName()
Returns the value of the 'Obj Name' attribute.
|
String |
getObjUpdateDate()
Returns the value of the 'Obj Update Date' attribute.
|
String |
getObjUpdateTime()
Returns the value of the 'Obj Update Time' attribute.
|
MDWEList<Property> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
String |
getProperty(Enumerator name) |
String |
getProperty(Enumerator name,
String defaultValue) |
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
String |
getReferenceDocuments() |
MDWList<Relation> |
getRelatedBy() |
MDWList<Relation> |
getRelatedBy(Enumerator type) |
<E extends IdentifiableElement> |
getRelation(Enumerator type) |
MDWEList<Relation> |
getRelations()
Returns the value of the 'Relations' containment reference list.
|
<E extends IdentifiableElement> |
getRelations(Enumerator type) |
boolean |
isInstanceOf(Enumerator type) |
void |
setCardinality(String name,
CardinalityKind cardinality) |
void |
setCardinality(String name,
int lower,
int upper) |
void |
setDate(String name,
long value) |
void |
setObjAuditId(String value)
Sets the value of the '
Obj Audit Id ' attribute. |
void |
setObjFQName(String value)
Sets the value of the '
Obj FQ Name ' attribute. |
void |
setObjId(String value)
Sets the value of the '
Obj Id ' attribute. |
void |
setObjMajorTypeNum(String value)
Sets the value of the '
Obj Major Type Num ' attribute. |
void |
setObjMinorTypeName(String value)
Sets the value of the '
Obj Minor Type Name ' attribute. |
void |
setObjMinorTypeNum(String value)
Sets the value of the '
Obj Minor Type Num ' attribute. |
void |
setObjName(String value)
Sets the value of the '
Obj Name ' attribute. |
void |
setObjUpdateDate(String value)
Sets the value of the '
Obj Update Date ' attribute. |
void |
setObjUpdateTime(String value)
Sets the value of the '
Obj Update Time ' attribute. |
void |
setProperty(Enumerator name,
String value) |
void |
setProperty(String name,
String value) |
void |
setReferenceDocuments(String value) |
void |
setRelation(Enumerator type,
IdentifiableElement element) |
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
String getObjId()
""
.
setObjId(String)
,
SaPackage.getIdentifiableElement_ObjId()
void setObjId(String value)
Obj Id
' attribute.
value
- the new value of the 'Obj Id' attribute.getObjId()
String getObjName()
""
.
setObjName(String)
,
SaPackage.getIdentifiableElement_ObjName()
void setObjName(String value)
Obj Name
' attribute.
value
- the new value of the 'Obj Name' attribute.getObjName()
String getObjAuditId()
""
.
setObjAuditId(String)
,
SaPackage.getIdentifiableElement_ObjAuditId()
void setObjAuditId(String value)
Obj Audit Id
' attribute.
value
- the new value of the 'Obj Audit Id' attribute.getObjAuditId()
String getObjFQName()
""
.
setObjFQName(String)
,
SaPackage.getIdentifiableElement_ObjFQName()
void setObjFQName(String value)
Obj FQ Name
' attribute.
value
- the new value of the 'Obj FQ Name' attribute.getObjFQName()
String getObjMajorTypeNum()
""
.
setObjMajorTypeNum(String)
,
SaPackage.getIdentifiableElement_ObjMajorTypeNum()
void setObjMajorTypeNum(String value)
Obj Major Type Num
' attribute.
value
- the new value of the 'Obj Major Type Num' attribute.getObjMajorTypeNum()
String getObjMinorTypeName()
""
.
setObjMinorTypeName(String)
,
SaPackage.getIdentifiableElement_ObjMinorTypeName()
void setObjMinorTypeName(String value)
Obj Minor Type Name
' attribute.
value
- the new value of the 'Obj Minor Type Name' attribute.getObjMinorTypeName()
String getObjMinorTypeNum()
""
.
setObjMinorTypeNum(String)
,
SaPackage.getIdentifiableElement_ObjMinorTypeNum()
void setObjMinorTypeNum(String value)
Obj Minor Type Num
' attribute.
value
- the new value of the 'Obj Minor Type Num' attribute.getObjMinorTypeNum()
String getObjUpdateDate()
""
.
setObjUpdateDate(String)
,
SaPackage.getIdentifiableElement_ObjUpdateDate()
void setObjUpdateDate(String value)
Obj Update Date
' attribute.
value
- the new value of the 'Obj Update Date' attribute.getObjUpdateDate()
String getObjUpdateTime()
""
.
setObjUpdateTime(String)
,
SaPackage.getIdentifiableElement_ObjUpdateTime()
void setObjUpdateTime(String value)
Obj Update Time
' attribute.
value
- the new value of the 'Obj Update Time' attribute.getObjUpdateTime()
MDWEList<Relation> getRelations()
Relation
.
It is bidirectional and its opposite is 'Owner
'.
SaPackage.getIdentifiableElement_Relations()
,
Relation.getOwner()
MDWEList<Property> getLinkedBy()
Property
.
It is bidirectional and its opposite is 'Links
'.
SaPackage.getIdentifiableElement_LinkedBy()
,
Property.getLinks()
MDWEList<Property> getProperties()
Property
.
It is bidirectional and its opposite is 'Owner
'.
SaPackage.getIdentifiableElement_Properties()
,
Property.getOwner()
boolean isInstanceOf(Enumerator type)
String getProperty(Enumerator name)
String getProperty(Enumerator name, String defaultValue)
void setProperty(Enumerator name, String value)
CardinalityKind getCardinality(String name)
void setCardinality(String name, CardinalityKind cardinality)
void setCardinality(String name, int lower, int upper)
long getDate(String name)
void setDate(String name, long value)
<E extends IdentifiableElement> E getLink(String name)
<E extends IdentifiableElement> E getLink(Enumerator name)
<E extends IdentifiableElement> MDWList<E> getLinks(String name)
<E extends IdentifiableElement> MDWList<E> getLinks(Enumerator name)
<E extends IdentifiableElement> MDWList<E> createLinks(String name)
<E extends IdentifiableElement> MDWList<E> createLinks(Enumerator name)
<E extends IdentifiableElement> MDWList<E> getLinkedBy(String name)
<E extends IdentifiableElement> MDWList<E> getLinkedBy(Enumerator name)
<E extends IdentifiableElement> E getRelation(Enumerator type)
<E extends IdentifiableElement> MDWList<E> getRelations(Enumerator type)
void addRelation(Enumerator type, IdentifiableElement element)
void addRelation(Enumerator type, MDWList<? extends IdentifiableElement> elements)
void setRelation(Enumerator type, IdentifiableElement element)
MDWList<Relation> getRelatedBy(Enumerator type)
String getReferenceDocuments()
void setReferenceDocuments(String value)