Interface ImportsPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
ImportsPackageImpl
public interface ImportsPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
ImportsFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceImportsPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASSIFIER_IMPORTThe meta object id for the 'Classifier Import' class.static intCLASSIFIER_IMPORT__CLASSIFIERThe feature id for the 'Classifier' reference.static intCLASSIFIER_IMPORT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intCLASSIFIER_IMPORT__NAMESPACESThe feature id for the 'Namespaces' attribute list.static intCLASSIFIER_IMPORT_FEATURE_COUNTThe number of structural features of the 'Classifier Import' class.static ImportsPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intIMPORTThe meta object id for the 'Import' class.static intIMPORT__CLASSIFIERThe feature id for the 'Classifier' reference.static intIMPORT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intIMPORT__NAMESPACESThe feature id for the 'Namespaces' attribute list.static intIMPORT_FEATURE_COUNTThe number of structural features of the 'Import' class.static intIMPORTING_ELEMENTThe meta object id for the 'Importing Element' class.static intIMPORTING_ELEMENT__IMPORTSThe feature id for the 'Imports' containment reference list.static intIMPORTING_ELEMENT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intIMPORTING_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Importing Element' class.static intPACKAGE_IMPORTThe meta object id for the 'Package Import' class.static intPACKAGE_IMPORT__CLASSIFIERThe feature id for the 'Classifier' reference.static intPACKAGE_IMPORT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intPACKAGE_IMPORT__NAMESPACESThe feature id for the 'Namespaces' attribute list.static intPACKAGE_IMPORT_FEATURE_COUNTThe number of structural features of the 'Package Import' class.static intSTATIC_CLASSIFIER_IMPORTThe meta object id for the 'Static Classifier Import' class.static intSTATIC_CLASSIFIER_IMPORT__CLASSIFIERThe feature id for the 'Classifier' reference.static intSTATIC_CLASSIFIER_IMPORT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intSTATIC_CLASSIFIER_IMPORT__NAMESPACESThe feature id for the 'Namespaces' attribute list.static intSTATIC_CLASSIFIER_IMPORT__STATICThe feature id for the 'Static' containment reference.static intSTATIC_CLASSIFIER_IMPORT_FEATURE_COUNTThe number of structural features of the 'Static Classifier Import' class.static intSTATIC_IMPORTThe meta object id for the 'Static Import' class.static intSTATIC_IMPORT__CLASSIFIERThe feature id for the 'Classifier' reference.static intSTATIC_IMPORT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intSTATIC_IMPORT__NAMESPACESThe feature id for the 'Namespaces' attribute list.static intSTATIC_IMPORT__STATICThe feature id for the 'Static' containment reference.static intSTATIC_IMPORT_FEATURE_COUNTThe number of structural features of the 'Static Import' class.static intSTATIC_MEMBER_IMPORTThe meta object id for the 'Static Member Import' class.static intSTATIC_MEMBER_IMPORT__CLASSIFIERThe feature id for the 'Classifier' reference.static intSTATIC_MEMBER_IMPORT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intSTATIC_MEMBER_IMPORT__NAMESPACESThe feature id for the 'Namespaces' attribute list.static intSTATIC_MEMBER_IMPORT__STATICThe feature id for the 'Static' containment reference.static intSTATIC_MEMBER_IMPORT__STATIC_MEMBERSThe feature id for the 'Static Members' reference list.static intSTATIC_MEMBER_IMPORT_FEATURE_COUNTThe number of structural features of the 'Static Member Import' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetClassifierImport()Returns the meta object for class 'Classifier Import'.EClassgetImport()Returns the meta object for class 'Import'.EReferencegetImport_Classifier()Returns the meta object for the reference 'Classifier'.EClassgetImportingElement()Returns the meta object for class 'Importing Element'.EReferencegetImportingElement_Imports()Returns the meta object for the containment reference list 'Imports'.ImportsFactorygetImportsFactory()Returns the factory that creates the instances of the model.EClassgetPackageImport()Returns the meta object for class 'Package Import'.EClassgetStaticClassifierImport()Returns the meta object for class 'Static Classifier Import'.EClassgetStaticImport()Returns the meta object for class 'Static Import'.EReferencegetStaticImport_Static()Returns the meta object for the containment reference 'Static'.EClassgetStaticMemberImport()Returns the meta object for class 'Static Member Import'.EReferencegetStaticMemberImport_StaticMembers()Returns the meta object for the reference list 'Static Members'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final ImportsPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
IMPORT
static final int IMPORT
The meta object id for the 'Import' class.- See Also:
ImportImpl,ImportsPackageImpl.getImport(), Constant Field Values- Generated class or method.
-
IMPORT__LAYOUT_INFORMATIONS
static final int IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPORT__NAMESPACES
static final int IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPORT__CLASSIFIER
static final int IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPORT_FEATURE_COUNT
static final int IMPORT_FEATURE_COUNT
The number of structural features of the 'Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPORTING_ELEMENT
static final int IMPORTING_ELEMENT
The meta object id for the 'Importing Element' class.- See Also:
ImportingElementImpl,ImportsPackageImpl.getImportingElement(), Constant Field Values- Generated class or method.
-
IMPORTING_ELEMENT__LAYOUT_INFORMATIONS
static final int IMPORTING_ELEMENT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPORTING_ELEMENT__IMPORTS
static final int IMPORTING_ELEMENT__IMPORTS
The feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPORTING_ELEMENT_FEATURE_COUNT
static final int IMPORTING_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Importing Element' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_IMPORT
static final int STATIC_IMPORT
The meta object id for the 'Static Import' class.- See Also:
StaticImportImpl,ImportsPackageImpl.getStaticImport(), Constant Field Values- Generated class or method.
-
STATIC_IMPORT__LAYOUT_INFORMATIONS
static final int STATIC_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_IMPORT__NAMESPACES
static final int STATIC_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_IMPORT__CLASSIFIER
static final int STATIC_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_IMPORT__STATIC
static final int STATIC_IMPORT__STATIC
The feature id for the 'Static' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_IMPORT_FEATURE_COUNT
static final int STATIC_IMPORT_FEATURE_COUNT
The number of structural features of the 'Static Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASSIFIER_IMPORT
static final int CLASSIFIER_IMPORT
The meta object id for the 'Classifier Import' class.- See Also:
ClassifierImportImpl,ImportsPackageImpl.getClassifierImport(), Constant Field Values- Generated class or method.
-
CLASSIFIER_IMPORT__LAYOUT_INFORMATIONS
static final int CLASSIFIER_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASSIFIER_IMPORT__NAMESPACES
static final int CLASSIFIER_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASSIFIER_IMPORT__CLASSIFIER
static final int CLASSIFIER_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASSIFIER_IMPORT_FEATURE_COUNT
static final int CLASSIFIER_IMPORT_FEATURE_COUNT
The number of structural features of the 'Classifier Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE_IMPORT
static final int PACKAGE_IMPORT
The meta object id for the 'Package Import' class.- See Also:
PackageImportImpl,ImportsPackageImpl.getPackageImport(), Constant Field Values- Generated class or method.
-
PACKAGE_IMPORT__LAYOUT_INFORMATIONS
static final int PACKAGE_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE_IMPORT__NAMESPACES
static final int PACKAGE_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE_IMPORT__CLASSIFIER
static final int PACKAGE_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE_IMPORT_FEATURE_COUNT
static final int PACKAGE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Package Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_CLASSIFIER_IMPORT
static final int STATIC_CLASSIFIER_IMPORT
The meta object id for the 'Static Classifier Import' class.- See Also:
StaticClassifierImportImpl,ImportsPackageImpl.getStaticClassifierImport(), Constant Field Values- Generated class or method.
-
STATIC_CLASSIFIER_IMPORT__LAYOUT_INFORMATIONS
static final int STATIC_CLASSIFIER_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_CLASSIFIER_IMPORT__NAMESPACES
static final int STATIC_CLASSIFIER_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_CLASSIFIER_IMPORT__CLASSIFIER
static final int STATIC_CLASSIFIER_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_CLASSIFIER_IMPORT__STATIC
static final int STATIC_CLASSIFIER_IMPORT__STATIC
The feature id for the 'Static' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_CLASSIFIER_IMPORT_FEATURE_COUNT
static final int STATIC_CLASSIFIER_IMPORT_FEATURE_COUNT
The number of structural features of the 'Static Classifier Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MEMBER_IMPORT
static final int STATIC_MEMBER_IMPORT
The meta object id for the 'Static Member Import' class.- See Also:
StaticMemberImportImpl,ImportsPackageImpl.getStaticMemberImport(), Constant Field Values- Generated class or method.
-
STATIC_MEMBER_IMPORT__LAYOUT_INFORMATIONS
static final int STATIC_MEMBER_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MEMBER_IMPORT__NAMESPACES
static final int STATIC_MEMBER_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MEMBER_IMPORT__CLASSIFIER
static final int STATIC_MEMBER_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MEMBER_IMPORT__STATIC
static final int STATIC_MEMBER_IMPORT__STATIC
The feature id for the 'Static' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MEMBER_IMPORT__STATIC_MEMBERS
static final int STATIC_MEMBER_IMPORT__STATIC_MEMBERS
The feature id for the 'Static Members' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STATIC_MEMBER_IMPORT_FEATURE_COUNT
static final int STATIC_MEMBER_IMPORT_FEATURE_COUNT
The number of structural features of the 'Static Member Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getImport
EClass getImport()
Returns the meta object for class 'Import'.- Returns:
- the meta object for class 'Import'.
- See Also:
Import- Generated class or method.
-
getImport_Classifier
EReference getImport_Classifier()
Returns the meta object for the reference 'Classifier'.- Returns:
- the meta object for the reference 'Classifier'.
- See Also:
Import.getClassifier(),getImport()- Generated class or method.
-
getImportingElement
EClass getImportingElement()
Returns the meta object for class 'Importing Element'.- Returns:
- the meta object for class 'Importing Element'.
- See Also:
ImportingElement- Generated class or method.
-
getImportingElement_Imports
EReference getImportingElement_Imports()
Returns the meta object for the containment reference list 'Imports'.- Returns:
- the meta object for the containment reference list 'Imports'.
- See Also:
ImportingElement.getImports(),getImportingElement()- Generated class or method.
-
getStaticImport
EClass getStaticImport()
Returns the meta object for class 'Static Import'.- Returns:
- the meta object for class 'Static Import'.
- See Also:
StaticImport- Generated class or method.
-
getStaticImport_Static
EReference getStaticImport_Static()
Returns the meta object for the containment reference 'Static'.- Returns:
- the meta object for the containment reference 'Static'.
- See Also:
StaticImport.getStatic(),getStaticImport()- Generated class or method.
-
getClassifierImport
EClass getClassifierImport()
Returns the meta object for class 'Classifier Import'.- Returns:
- the meta object for class 'Classifier Import'.
- See Also:
ClassifierImport- Generated class or method.
-
getPackageImport
EClass getPackageImport()
Returns the meta object for class 'Package Import'.- Returns:
- the meta object for class 'Package Import'.
- See Also:
PackageImport- Generated class or method.
-
getStaticClassifierImport
EClass getStaticClassifierImport()
Returns the meta object for class 'Static Classifier Import'.- Returns:
- the meta object for class 'Static Classifier Import'.
- See Also:
StaticClassifierImport- Generated class or method.
-
getStaticMemberImport
EClass getStaticMemberImport()
Returns the meta object for class 'Static Member Import'.- Returns:
- the meta object for class 'Static Member Import'.
- See Also:
StaticMemberImport- Generated class or method.
-
getStaticMemberImport_StaticMembers
EReference getStaticMemberImport_StaticMembers()
Returns the meta object for the reference list 'Static Members'.- Returns:
- the meta object for the reference list 'Static Members'.
- See Also:
StaticMemberImport.getStaticMembers(),getStaticMemberImport()- Generated class or method.
-
getImportsFactory
ImportsFactory getImportsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-