Interface ContainersPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ContainersPackageImpl
public interface ContainersPackage 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:
ContainersFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ContainersPackage.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
COMPILATION_UNIT
The meta object id for the 'Compilation Unit
' class.static int
COMPILATION_UNIT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
COMPILATION_UNIT__CLASSIFIERS
The feature id for the 'Classifiers' containment reference list.static int
COMPILATION_UNIT__IMPORTS
The feature id for the 'Imports' containment reference list.static int
COMPILATION_UNIT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
COMPILATION_UNIT__NAME
The feature id for the 'Name' attribute.static int
COMPILATION_UNIT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
COMPILATION_UNIT_FEATURE_COUNT
The number of structural features of the 'Compilation Unit' class.static ContainersPackage
eINSTANCE
The singleton instance of the package.static int
EMPTY_MODEL
The meta object id for the 'Empty Model
' class.static int
EMPTY_MODEL__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
EMPTY_MODEL__IMPORTS
The feature id for the 'Imports' containment reference list.static int
EMPTY_MODEL__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
EMPTY_MODEL__NAME
The feature id for the 'Name' attribute.static int
EMPTY_MODEL__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
EMPTY_MODEL_FEATURE_COUNT
The number of structural features of the 'Empty Model' class.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
JAVA_ROOT
The meta object id for the 'Java Root
' class.static int
JAVA_ROOT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
JAVA_ROOT__IMPORTS
The feature id for the 'Imports' containment reference list.static int
JAVA_ROOT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
JAVA_ROOT__NAME
The feature id for the 'Name' attribute.static int
JAVA_ROOT__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
JAVA_ROOT_FEATURE_COUNT
The number of structural features of the 'Java Root' class.static int
MODULE
The meta object id for the 'Module
' class.static int
MODULE__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
MODULE__IMPORTS
The feature id for the 'Imports' containment reference list.static int
MODULE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
MODULE__NAME
The feature id for the 'Name' attribute.static int
MODULE__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
MODULE__OPEN
The feature id for the 'Open' containment reference.static int
MODULE__PACKAGES
The feature id for the 'Packages' reference list.static int
MODULE__TARGET
The feature id for the 'Target' containment reference list.static int
MODULE_FEATURE_COUNT
The number of structural features of the 'Module' class.static int
PACKAGE
The meta object id for the 'Package
' class.static int
PACKAGE__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.static int
PACKAGE__CLASSIFIERS
The feature id for the 'Classifiers' reference list.static int
PACKAGE__IMPORTS
The feature id for the 'Imports' containment reference list.static int
PACKAGE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
PACKAGE__MODULE
The feature id for the 'Module' reference.static int
PACKAGE__NAME
The feature id for the 'Name' attribute.static int
PACKAGE__NAMESPACES
The feature id for the 'Namespaces' attribute list.static int
PACKAGE_FEATURE_COUNT
The number of structural features of the 'Package' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getCompilationUnit()
Returns the meta object for class 'Compilation Unit
'.EReference
getCompilationUnit_Classifiers()
Returns the meta object for the containment reference list 'Classifiers
'.ContainersFactory
getContainersFactory()
Returns the factory that creates the instances of the model.EClass
getEmptyModel()
Returns the meta object for class 'Empty Model
'.EClass
getJavaRoot()
Returns the meta object for class 'Java Root
'.EClass
getModule()
Returns the meta object for class 'Module
'.EReference
getModule_Open()
Returns the meta object for the containment reference 'Open
'.EReference
getModule_Packages()
Returns the meta object for the reference list 'Packages
'.EReference
getModule_Target()
Returns the meta object for the containment reference list 'Target
'.EClass
getPackage()
Returns the meta object for class 'Package
'.EReference
getPackage_Classifiers()
Returns the meta object for the reference list 'Classifiers
'.EReference
getPackage_Module()
Returns the meta object for the reference 'Module
'.-
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 ContainersPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
JAVA_ROOT
static final int JAVA_ROOT
The meta object id for the 'Java Root
' class.- See Also:
JavaRootImpl
,ContainersPackageImpl.getJavaRoot()
, Constant Field Values- Generated class or method.
-
JAVA_ROOT__LAYOUT_INFORMATIONS
static final int JAVA_ROOT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_ROOT__NAME
static final int JAVA_ROOT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_ROOT__NAMESPACES
static final int JAVA_ROOT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_ROOT__IMPORTS
static final int JAVA_ROOT__IMPORTS
The feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_ROOT__ANNOTATIONS
static final int JAVA_ROOT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JAVA_ROOT_FEATURE_COUNT
static final int JAVA_ROOT_FEATURE_COUNT
The number of structural features of the 'Java Root' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT
static final int COMPILATION_UNIT
The meta object id for the 'Compilation Unit
' class.- See Also:
CompilationUnitImpl
,ContainersPackageImpl.getCompilationUnit()
, Constant Field Values- Generated class or method.
-
COMPILATION_UNIT__LAYOUT_INFORMATIONS
static final int COMPILATION_UNIT__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT__NAME
static final int COMPILATION_UNIT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT__NAMESPACES
static final int COMPILATION_UNIT__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT__IMPORTS
static final int COMPILATION_UNIT__IMPORTS
The feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT__ANNOTATIONS
static final int COMPILATION_UNIT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT__CLASSIFIERS
static final int COMPILATION_UNIT__CLASSIFIERS
The feature id for the 'Classifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPILATION_UNIT_FEATURE_COUNT
static final int COMPILATION_UNIT_FEATURE_COUNT
The number of structural features of the 'Compilation Unit' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE
static final int PACKAGE
The meta object id for the 'Package
' class.- See Also:
PackageImpl
,ContainersPackageImpl.getPackage()
, Constant Field Values- Generated class or method.
-
PACKAGE__LAYOUT_INFORMATIONS
static final int PACKAGE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE__NAME
static final int PACKAGE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE__NAMESPACES
static final int PACKAGE__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE__IMPORTS
static final int PACKAGE__IMPORTS
The feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE__ANNOTATIONS
static final int PACKAGE__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE__MODULE
static final int PACKAGE__MODULE
The feature id for the 'Module' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE__CLASSIFIERS
static final int PACKAGE__CLASSIFIERS
The feature id for the 'Classifiers' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PACKAGE_FEATURE_COUNT
static final int PACKAGE_FEATURE_COUNT
The number of structural features of the 'Package' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EMPTY_MODEL
static final int EMPTY_MODEL
The meta object id for the 'Empty Model
' class.- See Also:
EmptyModelImpl
,ContainersPackageImpl.getEmptyModel()
, Constant Field Values- Generated class or method.
-
EMPTY_MODEL__LAYOUT_INFORMATIONS
static final int EMPTY_MODEL__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EMPTY_MODEL__NAME
static final int EMPTY_MODEL__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EMPTY_MODEL__NAMESPACES
static final int EMPTY_MODEL__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EMPTY_MODEL__IMPORTS
static final int EMPTY_MODEL__IMPORTS
The feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EMPTY_MODEL__ANNOTATIONS
static final int EMPTY_MODEL__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EMPTY_MODEL_FEATURE_COUNT
static final int EMPTY_MODEL_FEATURE_COUNT
The number of structural features of the 'Empty Model' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE
static final int MODULE
The meta object id for the 'Module
' class.- See Also:
ModuleImpl
,ContainersPackageImpl.getModule()
, Constant Field Values- Generated class or method.
-
MODULE__LAYOUT_INFORMATIONS
static final int MODULE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__NAME
static final int MODULE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__NAMESPACES
static final int MODULE__NAMESPACES
The feature id for the 'Namespaces' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__IMPORTS
static final int MODULE__IMPORTS
The feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__ANNOTATIONS
static final int MODULE__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__OPEN
static final int MODULE__OPEN
The feature id for the 'Open' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__TARGET
static final int MODULE__TARGET
The feature id for the 'Target' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE__PACKAGES
static final int MODULE__PACKAGES
The feature id for the 'Packages' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE_FEATURE_COUNT
static final int MODULE_FEATURE_COUNT
The number of structural features of the 'Module' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getJavaRoot
EClass getJavaRoot()
Returns the meta object for class 'Java Root
'.- Returns:
- the meta object for class 'Java Root'.
- See Also:
JavaRoot
- Generated class or method.
-
getCompilationUnit
EClass getCompilationUnit()
Returns the meta object for class 'Compilation Unit
'.- Returns:
- the meta object for class 'Compilation Unit'.
- See Also:
CompilationUnit
- Generated class or method.
-
getCompilationUnit_Classifiers
EReference getCompilationUnit_Classifiers()
Returns the meta object for the containment reference list 'Classifiers
'.- Returns:
- the meta object for the containment reference list 'Classifiers'.
- See Also:
CompilationUnit.getClassifiers()
,getCompilationUnit()
- Generated class or method.
-
getPackage
EClass getPackage()
Returns the meta object for class 'Package
'.- Returns:
- the meta object for class 'Package'.
- See Also:
Package
- Generated class or method.
-
getPackage_Module
EReference getPackage_Module()
Returns the meta object for the reference 'Module
'.- Returns:
- the meta object for the reference 'Module'.
- See Also:
Package.getModule()
,getPackage()
- Generated class or method.
-
getPackage_Classifiers
EReference getPackage_Classifiers()
Returns the meta object for the reference list 'Classifiers
'.- Returns:
- the meta object for the reference list 'Classifiers'.
- See Also:
Package.getClassifiers()
,getPackage()
- Generated class or method.
-
getEmptyModel
EClass getEmptyModel()
Returns the meta object for class 'Empty Model
'.- Returns:
- the meta object for class 'Empty Model'.
- See Also:
EmptyModel
- Generated class or method.
-
getModule
EClass getModule()
Returns the meta object for class 'Module
'.- Returns:
- the meta object for class 'Module'.
- See Also:
Module
- Generated class or method.
-
getModule_Open
EReference getModule_Open()
Returns the meta object for the containment reference 'Open
'.- Returns:
- the meta object for the containment reference 'Open'.
- See Also:
Module.getOpen()
,getModule()
- Generated class or method.
-
getModule_Target
EReference getModule_Target()
Returns the meta object for the containment reference list 'Target
'.- Returns:
- the meta object for the containment reference list 'Target'.
- See Also:
Module.getTarget()
,getModule()
- Generated class or method.
-
getModule_Packages
EReference getModule_Packages()
Returns the meta object for the reference list 'Packages
'.- Returns:
- the meta object for the reference list 'Packages'.
- See Also:
Module.getPackages()
,getModule()
- Generated class or method.
-
getContainersFactory
ContainersFactory getContainersFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-