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 interface
ImportsPackage.Literals
Defines 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 int
CLASSIFIER_IMPORT
The meta object id for the 'Classifier Import
' class.static int
CLASSIFIER_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.static int
CLASSIFIER_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
CLASSIFIER_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
CLASSIFIER_IMPORT_FEATURE_COUNT
The number of structural features of the 'Classifier Import' class.static ImportsPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
IMPORT
The meta object id for the 'Import
' class.static int
IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.static int
IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
IMPORT_FEATURE_COUNT
The number of structural features of the 'Import' class.static int
IMPORTING_ELEMENT
The meta object id for the 'Importing Element
' class.static int
IMPORTING_ELEMENT__IMPORTS
The feature id for the 'Imports' containment reference list.static int
IMPORTING_ELEMENT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
IMPORTING_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Importing Element' class.static int
PACKAGE_IMPORT
The meta object id for the 'Package Import
' class.static int
PACKAGE_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.static int
PACKAGE_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
PACKAGE_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
PACKAGE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Package Import' class.static int
STATIC_CLASSIFIER_IMPORT
The meta object id for the 'Static Classifier Import
' class.static int
STATIC_CLASSIFIER_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.static int
STATIC_CLASSIFIER_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
STATIC_CLASSIFIER_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
STATIC_CLASSIFIER_IMPORT__STATIC
The feature id for the 'Static' containment reference.static int
STATIC_CLASSIFIER_IMPORT_FEATURE_COUNT
The number of structural features of the 'Static Classifier Import' class.static int
STATIC_IMPORT
The meta object id for the 'Static Import
' class.static int
STATIC_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.static int
STATIC_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
STATIC_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
STATIC_IMPORT__STATIC
The feature id for the 'Static' containment reference.static int
STATIC_IMPORT_FEATURE_COUNT
The number of structural features of the 'Static Import' class.static int
STATIC_MEMBER_IMPORT
The meta object id for the 'Static Member Import
' class.static int
STATIC_MEMBER_IMPORT__CLASSIFIER
The feature id for the 'Classifier' reference.static int
STATIC_MEMBER_IMPORT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
STATIC_MEMBER_IMPORT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
STATIC_MEMBER_IMPORT__STATIC
The feature id for the 'Static' containment reference.static int
STATIC_MEMBER_IMPORT__STATIC_MEMBERS
The feature id for the 'Static Members' reference list.static int
STATIC_MEMBER_IMPORT_FEATURE_COUNT
The number of structural features of the 'Static Member Import' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getClassifierImport()
Returns the meta object for class 'Classifier Import
'.EClass
getImport()
Returns the meta object for class 'Import
'.EReference
getImport_Classifier()
Returns the meta object for the reference 'Classifier
'.EClass
getImportingElement()
Returns the meta object for class 'Importing Element
'.EReference
getImportingElement_Imports()
Returns the meta object for the containment reference list 'Imports
'.ImportsFactory
getImportsFactory()
Returns the factory that creates the instances of the model.EClass
getPackageImport()
Returns the meta object for class 'Package Import
'.EClass
getStaticClassifierImport()
Returns the meta object for class 'Static Classifier Import
'.EClass
getStaticImport()
Returns the meta object for class 'Static Import
'.EReference
getStaticImport_Static()
Returns the meta object for the containment reference 'Static
'.EClass
getStaticMemberImport()
Returns the meta object for class 'Static Member Import
'.EReference
getStaticMemberImport_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.
-
-