Interface DynamicextensionPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
DynamicextensionPackageImpl
public interface DynamicextensionPackage 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:
DynamicextensionFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DynamicextensionPackage.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
DYNAMIC_SPECIFICATION
The meta object id for the 'Dynamic Specification
' class.static int
DYNAMIC_SPECIFICATION__HELPER_CONTAINER
The feature id for the 'Helper Container' containment reference.static int
DYNAMIC_SPECIFICATION__SUBJECT_CONTAINER
The feature id for the 'Subject Container' containment reference.static int
DYNAMIC_SPECIFICATION_FEATURE_COUNT
The number of structural features of the 'Dynamic Specification' class.static DynamicextensionPackage
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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamicextensionFactory
getDynamicextensionFactory()
Returns the factory that creates the instances of the model.EClass
getDynamicSpecification()
Returns the meta object for class 'Dynamic Specification
'.EReference
getDynamicSpecification_HelperContainer()
Returns the meta object for the containment reference 'Helper Container
'.EReference
getDynamicSpecification_SubjectContainer()
Returns the meta object for the containment reference 'Subject Container
'.-
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 DynamicextensionPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DYNAMIC_SPECIFICATION
static final int DYNAMIC_SPECIFICATION
The meta object id for the 'Dynamic Specification
' class.- See Also:
DynamicSpecificationImpl
,DynamicextensionPackageImpl.getDynamicSpecification()
, Constant Field Values- Generated class or method.
-
DYNAMIC_SPECIFICATION__SUBJECT_CONTAINER
static final int DYNAMIC_SPECIFICATION__SUBJECT_CONTAINER
The feature id for the 'Subject Container' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DYNAMIC_SPECIFICATION__HELPER_CONTAINER
static final int DYNAMIC_SPECIFICATION__HELPER_CONTAINER
The feature id for the 'Helper Container' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DYNAMIC_SPECIFICATION_FEATURE_COUNT
static final int DYNAMIC_SPECIFICATION_FEATURE_COUNT
The number of structural features of the 'Dynamic Specification' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getDynamicSpecification
EClass getDynamicSpecification()
Returns the meta object for class 'Dynamic Specification
'.- Returns:
- the meta object for class 'Dynamic Specification'.
- See Also:
DynamicSpecification
- Generated class or method.
-
getDynamicSpecification_SubjectContainer
EReference getDynamicSpecification_SubjectContainer()
Returns the meta object for the containment reference 'Subject Container
'.- Returns:
- the meta object for the containment reference 'Subject Container'.
- See Also:
DynamicSpecification.getSubjectContainer()
,getDynamicSpecification()
- Generated class or method.
-
getDynamicSpecification_HelperContainer
EReference getDynamicSpecification_HelperContainer()
Returns the meta object for the containment reference 'Helper Container
'.- Returns:
- the meta object for the containment reference 'Helper Container'.
- See Also:
DynamicSpecification.getHelperContainer()
,getDynamicSpecification()
- Generated class or method.
-
getDynamicextensionFactory
DynamicextensionFactory getDynamicextensionFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-