Interface GuiceBasedRealmPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
GuiceBasedRealmPackageImpl
public interface GuiceBasedRealmPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
GuiceBasedRealmFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GuiceBasedRealmPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation 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 GuiceBasedRealmPackage
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
MODULE_IMPORT
The meta object id for the 'Module Import
' class.static int
MODULE_IMPORT__MODELING_REALM
The feature id for the 'Modeling Realm' reference.static int
MODULE_IMPORT__MODULE_FQN
The feature id for the 'Module FQN' attribute.static int
MODULE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Module Import' class.static int
MODULE_IMPORT_OPERATION_COUNT
The number of operations of the 'Module Import' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuiceBasedRealmFactory
getGuiceBasedRealmFactory()
Returns the factory that creates the instances of the model.EClass
getModuleImport()
Returns the meta object for class 'Module Import
'.EAttribute
getModuleImport_ModuleFQN()
Returns the meta object for the attribute 'Module FQN
'.-
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 GuiceBasedRealmPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
MODULE_IMPORT
static final int MODULE_IMPORT
The meta object id for the 'Module Import
' class.- See Also:
ModuleImportImpl
,GuiceBasedRealmPackageImpl.getModuleImport()
, Constant Field Values- Generated class or method.
-
MODULE_IMPORT__MODELING_REALM
static final int MODULE_IMPORT__MODELING_REALM
The feature id for the 'Modeling Realm' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE_IMPORT__MODULE_FQN
static final int MODULE_IMPORT__MODULE_FQN
The feature id for the 'Module FQN' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE_IMPORT_FEATURE_COUNT
static final int MODULE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Module Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODULE_IMPORT_OPERATION_COUNT
static final int MODULE_IMPORT_OPERATION_COUNT
The number of operations of the 'Module Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getModuleImport
EClass getModuleImport()
Returns the meta object for class 'Module Import
'.- Returns:
- the meta object for class 'Module Import'.
- See Also:
ModuleImport
- Generated class or method.
-
getModuleImport_ModuleFQN
EAttribute getModuleImport_ModuleFQN()
Returns the meta object for the attribute 'Module FQN
'.- Returns:
- the meta object for the attribute 'Module FQN'.
- See Also:
ModuleImport.getModuleFQN()
,getModuleImport()
- Generated class or method.
-
getGuiceBasedRealmFactory
GuiceBasedRealmFactory getGuiceBasedRealmFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-