public interface Module extends Item, SituatedElement, AttributedElement
The following features are supported:
DoorsPackage.getModule()
Modifier and Type | Method and Description |
---|---|
MDWEList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
ModuleModeKind |
getMode()
Returns the value of the 'Mode' attribute.
|
String |
getPrefix()
Returns the value of the 'Prefix' attribute.
|
MDWEList<Type> |
getTypes()
Returns the value of the 'Types' containment reference list.
|
void |
setMode(ModuleModeKind value)
Sets the value of the '
Mode ' attribute. |
void |
setPrefix(String value)
Sets the value of the '
Prefix ' attribute. |
getDescription, getOwner, getQualifiedName, getUniqueID, setDescription, setOwner
getName, setName
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
getURL, setURL
getAttributeValue, getCreatedBy, getCreatedOn, getInstantiatedAttributes, getLastModifiedBy, getLastModifiedOn, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn
String getPrefix()
""
.
setPrefix(String)
,
DoorsPackage.getModule_Prefix()
void setPrefix(String value)
Prefix
' attribute.
value
- the new value of the 'Prefix' attribute.getPrefix()
MDWEList<Type> getTypes()
Type
.
It is bidirectional and its opposite is 'Owner
'.
DoorsPackage.getModule_Types()
,
Type.getOwner()
MDWEList<Attribute> getAttributes()
Attribute
.
It is bidirectional and its opposite is 'Owner
'.
DoorsPackage.getModule_Attributes()
,
Attribute.getOwner()
ModuleModeKind getMode()
ModuleModeKind
.
ModuleModeKind
,
setMode(ModuleModeKind)
,
DoorsPackage.getModule_Mode()
void setMode(ModuleModeKind value)
Mode
' attribute.
value
- the new value of the 'Mode' attribute.ModuleModeKind
,
getMode()