public interface MetaItem extends EncyclopediaElement
The following features are supported:
SaPackage.getMetaItem()
Modifier and Type | Method and Description |
---|---|
MDWEList<MetaItem> |
getAllSubTypes()
Returns the value of the 'All Sub Types' reference list.
|
MDWEList<MetaItem> |
getAllSuperTypes()
Returns the value of the 'All Super Types' reference list.
|
MDWEList<Definition> |
getInstances()
Returns the value of the 'Instances' reference list.
|
String |
getMetaItemName()
Returns the value of the 'Meta Item Name' attribute.
|
String |
getMetaItemType()
Returns the value of the 'Meta Item Type' attribute.
|
MDWEList<MetaProperty> |
getMetaProperties()
Returns the value of the 'Meta Properties' containment reference list.
|
MDWEList<MetaItem> |
getSubTypes()
Returns the value of the 'Sub Types' reference list.
|
MetaItem |
getSuperType()
Returns the value of the 'Super Type' reference.
|
void |
setMetaItemName(String value)
Sets the value of the '
Meta Item Name ' attribute. |
void |
setMetaItemType(String value)
Sets the value of the '
Meta Item Type ' attribute. |
void |
setSuperType(MetaItem value)
Sets the value of the '
Super Type ' reference. |
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 getMetaItemName()
""
.
setMetaItemName(String)
,
SaPackage.getMetaItem_MetaItemName()
void setMetaItemName(String value)
Meta Item Name
' attribute.
value
- the new value of the 'Meta Item Name' attribute.getMetaItemName()
String getMetaItemType()
""
.
setMetaItemType(String)
,
SaPackage.getMetaItem_MetaItemType()
void setMetaItemType(String value)
Meta Item Type
' attribute.
value
- the new value of the 'Meta Item Type' attribute.getMetaItemType()
MDWEList<MetaProperty> getMetaProperties()
MetaProperty
.
SaPackage.getMetaItem_MetaProperties()
MDWEList<Definition> getInstances()
Definition
.
It is bidirectional and its opposite is 'Meta Item
'.
SaPackage.getMetaItem_Instances()
,
Definition.getMetaItem()
MetaItem getSuperType()
Sub Types
'.
setSuperType(MetaItem)
,
SaPackage.getMetaItem_SuperType()
,
getSubTypes()
void setSuperType(MetaItem value)
Super Type
' reference.
value
- the new value of the 'Super Type' reference.getSuperType()
MDWEList<MetaItem> getSubTypes()
MetaItem
.
It is bidirectional and its opposite is 'Super Type
'.
SaPackage.getMetaItem_SubTypes()
,
getSuperType()
MDWEList<MetaItem> getAllSuperTypes()
MetaItem
.
SaPackage.getMetaItem_AllSuperTypes()
MDWEList<MetaItem> getAllSubTypes()
MetaItem
.
SaPackage.getMetaItem_AllSubTypes()