public interface XPackage extends XNamedElement
The following features are supported:
XcorePackage.getXPackage()| Modifier and Type | Method and Description |
|---|---|
EList<XAnnotationDirective> |
getAnnotationDirectives()
Returns the value of the 'Annotation Directives' containment reference list.
|
EList<XClassifier> |
getClassifiers()
Returns the value of the 'Classifiers' containment reference list.
|
EList<XImportDirective> |
getImportDirectives()
Returns the value of the 'Import Directives' containment reference list.
|
getName, setNamegetAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverEList<XImportDirective> getImportDirectives()
XImportDirective.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Import Directives' containment reference list isn't clear, there really should be more of a description here...
XcorePackage.getXPackage_ImportDirectives(),
XImportDirective.getPackage()EList<XAnnotationDirective> getAnnotationDirectives()
XAnnotationDirective.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Annotation Directives' containment reference list isn't clear, there really should be more of a description here...
XcorePackage.getXPackage_AnnotationDirectives(),
XAnnotationDirective.getPackage()EList<XClassifier> getClassifiers()
XClassifier.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Classifiers' containment reference list isn't clear, there really should be more of a description here...
XcorePackage.getXPackage_Classifiers(),
XClassifier.getPackage()