Package tools.mdsd.somde.realm
Interface RealmPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
RealmPackageImpl
public interface RealmPackage 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:
RealmFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RealmPackage.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 int
CONFIGURATION_ITEM
The meta object id for the 'Configuration Item
' class.static int
CONFIGURATION_ITEM__MODELING_REALM
The feature id for the 'Modeling Realm' reference.static int
CONFIGURATION_ITEM_FEATURE_COUNT
The number of structural features of the 'Configuration Item' class.static int
CONFIGURATION_ITEM_OPERATION_COUNT
The number of operations of the 'Configuration Item' class.static RealmPackage
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
SERVICE_ORIENTED_MODELING_REALM
The meta object id for the 'Service Oriented Modeling Realm
' class.static int
SERVICE_ORIENTED_MODELING_REALM___GET_API__CLASS
The operation id for the 'Get API' operation.static int
SERVICE_ORIENTED_MODELING_REALM__CONFIGURATION
The feature id for the 'Configuration' containment reference list.static int
SERVICE_ORIENTED_MODELING_REALM_FEATURE_COUNT
The number of structural features of the 'Service Oriented Modeling Realm' class.static int
SERVICE_ORIENTED_MODELING_REALM_OPERATION_COUNT
The number of operations of the 'Service Oriented Modeling Realm' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getConfigurationItem()
Returns the meta object for class 'Configuration Item
'.EReference
getConfigurationItem_ModelingRealm()
Returns the meta object for the reference 'Modeling Realm
'.RealmFactory
getRealmFactory()
Returns the factory that creates the instances of the model.EClass
getServiceOrientedModelingRealm()
Returns the meta object for class 'Service Oriented Modeling Realm
'.EOperation
getServiceOrientedModelingRealm__GetAPI__Class()
Returns the meta object for the 'Get API
' operation.EReference
getServiceOrientedModelingRealm_Configuration()
Returns the meta object for the containment reference list 'Configuration
'.-
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 RealmPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
SERVICE_ORIENTED_MODELING_REALM
static final int SERVICE_ORIENTED_MODELING_REALM
The meta object id for the 'Service Oriented Modeling Realm
' class.- See Also:
ServiceOrientedModelingRealmImpl
,RealmPackageImpl.getServiceOrientedModelingRealm()
, Constant Field Values- Generated class or method.
-
SERVICE_ORIENTED_MODELING_REALM__CONFIGURATION
static final int SERVICE_ORIENTED_MODELING_REALM__CONFIGURATION
The feature id for the 'Configuration' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_ORIENTED_MODELING_REALM_FEATURE_COUNT
static final int SERVICE_ORIENTED_MODELING_REALM_FEATURE_COUNT
The number of structural features of the 'Service Oriented Modeling Realm' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_ORIENTED_MODELING_REALM___GET_API__CLASS
static final int SERVICE_ORIENTED_MODELING_REALM___GET_API__CLASS
The operation id for the 'Get API' operation.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SERVICE_ORIENTED_MODELING_REALM_OPERATION_COUNT
static final int SERVICE_ORIENTED_MODELING_REALM_OPERATION_COUNT
The number of operations of the 'Service Oriented Modeling Realm' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONFIGURATION_ITEM
static final int CONFIGURATION_ITEM
The meta object id for the 'Configuration Item
' class.- See Also:
ConfigurationItemImpl
,RealmPackageImpl.getConfigurationItem()
, Constant Field Values- Generated class or method.
-
CONFIGURATION_ITEM__MODELING_REALM
static final int CONFIGURATION_ITEM__MODELING_REALM
The feature id for the 'Modeling Realm' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONFIGURATION_ITEM_FEATURE_COUNT
static final int CONFIGURATION_ITEM_FEATURE_COUNT
The number of structural features of the 'Configuration Item' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONFIGURATION_ITEM_OPERATION_COUNT
static final int CONFIGURATION_ITEM_OPERATION_COUNT
The number of operations of the 'Configuration Item' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getServiceOrientedModelingRealm
EClass getServiceOrientedModelingRealm()
Returns the meta object for class 'Service Oriented Modeling Realm
'.- Returns:
- the meta object for class 'Service Oriented Modeling Realm'.
- See Also:
ServiceOrientedModelingRealm
- Generated class or method.
-
getServiceOrientedModelingRealm_Configuration
EReference getServiceOrientedModelingRealm_Configuration()
Returns the meta object for the containment reference list 'Configuration
'.- Returns:
- the meta object for the containment reference list 'Configuration'.
- See Also:
ServiceOrientedModelingRealm.getConfiguration()
,getServiceOrientedModelingRealm()
- Generated class or method.
-
getServiceOrientedModelingRealm__GetAPI__Class
EOperation getServiceOrientedModelingRealm__GetAPI__Class()
Returns the meta object for the 'Get API
' operation.- Returns:
- the meta object for the 'Get API' operation.
- See Also:
ServiceOrientedModelingRealm.getAPI(java.lang.Class)
- Generated class or method.
-
getConfigurationItem
EClass getConfigurationItem()
Returns the meta object for class 'Configuration Item
'.- Returns:
- the meta object for class 'Configuration Item'.
- See Also:
ConfigurationItem
- Generated class or method.
-
getConfigurationItem_ModelingRealm
EReference getConfigurationItem_ModelingRealm()
Returns the meta object for the reference 'Modeling Realm
'.- Returns:
- the meta object for the reference 'Modeling Realm'.
- See Also:
ConfigurationItem.getModelingRealm()
,getConfigurationItem()
- Generated class or method.
-
getRealmFactory
RealmFactory getRealmFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-