public interface Package extends NamedElement
The following features are supported:
EcorePackage.getPackage()
Modifier and Type | Method and Description |
---|---|
com.sodius.mdw.core.model.emf.MDWEList<Classifier> |
getClassifiers()
Returns the value of the 'Classifiers' containment reference list.
|
String |
getNsPrefix()
Returns the value of the 'Ns Prefix' attribute.
|
String |
getNsURI()
Returns the value of the 'Ns URI' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList<Package> |
getSubpackages()
Returns the value of the 'Subpackages' containment reference list.
|
Package |
getSuperPackage()
Returns the value of the 'Super Package' container reference.
|
boolean |
isPredefinedTypesPackage() |
void |
setNsPrefix(String value)
Sets the value of the '
Ns Prefix ' attribute. |
void |
setNsURI(String value)
Sets the value of the '
Ns URI ' attribute. |
void |
setSuperPackage(Package value)
Sets the value of the '
Super Package ' container reference. |
getName, setName
getAnnotations
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 getNsURI()
""
.
setNsURI(String)
,
EcorePackage.getPackage_NsURI()
void setNsURI(String value)
Ns URI
' attribute.
value
- the new value of the 'Ns URI' attribute.getNsURI()
String getNsPrefix()
""
.
setNsPrefix(String)
,
EcorePackage.getPackage_NsPrefix()
void setNsPrefix(String value)
Ns Prefix
' attribute.
value
- the new value of the 'Ns Prefix' attribute.getNsPrefix()
com.sodius.mdw.core.model.emf.MDWEList<Classifier> getClassifiers()
Classifier
.
It is bidirectional and its opposite is 'Package
'.
EcorePackage.getPackage_Classifiers()
,
Classifier.getPackage()
com.sodius.mdw.core.model.emf.MDWEList<Package> getSubpackages()
Package
.
It is bidirectional and its opposite is 'Super Package
'.
EcorePackage.getPackage_Subpackages()
,
getSuperPackage()
Package getSuperPackage()
Subpackages
'.
setSuperPackage(Package)
,
EcorePackage.getPackage_SuperPackage()
,
getSubpackages()
void setSuperPackage(Package value)
Super Package
' container reference.
value
- the new value of the 'Super Package' container reference.getSuperPackage()
boolean isPredefinedTypesPackage()