org.eclipse.emf.ecore.xcore
Interface XPackage

All Superinterfaces:
EObject, Notifier, XModelElement, XNamedElement
All Known Implementing Classes:
XPackageImpl

public interface XPackage
extends XNamedElement

A representation of the model object 'XPackage'.

The following features are supported:

See Also:
XcorePackage.getXPackage()

Method Summary
 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.
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XNamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImportDirectives

EList<XImportDirective> getImportDirectives()
Returns the value of the 'Import Directives' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Import Directives' containment reference list.
See Also:
XcorePackage.getXPackage_ImportDirectives(), XImportDirective.getPackage()

getAnnotationDirectives

EList<XAnnotationDirective> getAnnotationDirectives()
Returns the value of the 'Annotation Directives' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Annotation Directives' containment reference list.
See Also:
XcorePackage.getXPackage_AnnotationDirectives(), XAnnotationDirective.getPackage()

getClassifiers

EList<XClassifier> getClassifiers()
Returns the value of the 'Classifiers' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Classifiers' containment reference list.
See Also:
XcorePackage.getXPackage_Classifiers(), XClassifier.getPackage()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.