Interface SpecificationPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
SpecificationPackageImpl
public interface SpecificationPackage 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:
SpecificationFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSpecificationPackage.LiteralsDefines 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 intCONTEXT_SPECIFICATIONThe meta object id for the 'Context Specification' class.static intCONTEXT_SPECIFICATION__CONTEXTSETThe feature id for the 'Contextset' reference.static intCONTEXT_SPECIFICATION__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intCONTEXT_SPECIFICATION__ENTRYLEVELSYSTEMCALLThe feature id for the 'Entrylevelsystemcall' reference.static intCONTEXT_SPECIFICATION__IDThe feature id for the 'Id' attribute.static intCONTEXT_SPECIFICATION__MISSAGE_USEThe feature id for the 'Missage Use' attribute.static intCONTEXT_SPECIFICATION__USAGESCENARIOThe feature id for the 'Usagescenario' reference.static intCONTEXT_SPECIFICATION_FEATURE_COUNTThe number of structural features of the 'Context Specification' class.static SpecificationPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intPCM_SPECIFICATION_CONTAINERThe meta object id for the 'PCM Specification Container' class.static intPCM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDERThe feature id for the 'Attributeprovider' containment reference list.static intPCM_SPECIFICATION_CONTAINER__CONTEXTSPECIFICATIONThe feature id for the 'Contextspecification' containment reference list.static intPCM_SPECIFICATION_CONTAINER__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intPCM_SPECIFICATION_CONTAINER__IDThe feature id for the 'Id' attribute.static intPCM_SPECIFICATION_CONTAINER__POLICYSPECIFICATIONThe feature id for the 'Policyspecification' containment reference list.static intPCM_SPECIFICATION_CONTAINER_FEATURE_COUNTThe number of structural features of the 'PCM Specification Container' class.
-
Method Summary
-
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 SpecificationPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
CONTEXT_SPECIFICATION
static final int CONTEXT_SPECIFICATION
The meta object id for the 'Context Specification' class.- See Also:
ContextSpecificationImpl,SpecificationPackageImpl.getContextSpecification(), Constant Field Values- Generated class or method.
-
CONTEXT_SPECIFICATION__ID
static final int CONTEXT_SPECIFICATION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SPECIFICATION__ENTITY_NAME
static final int CONTEXT_SPECIFICATION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SPECIFICATION__CONTEXTSET
static final int CONTEXT_SPECIFICATION__CONTEXTSET
The feature id for the 'Contextset' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SPECIFICATION__ENTRYLEVELSYSTEMCALL
static final int CONTEXT_SPECIFICATION__ENTRYLEVELSYSTEMCALL
The feature id for the 'Entrylevelsystemcall' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SPECIFICATION__USAGESCENARIO
static final int CONTEXT_SPECIFICATION__USAGESCENARIO
The feature id for the 'Usagescenario' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SPECIFICATION__MISSAGE_USE
static final int CONTEXT_SPECIFICATION__MISSAGE_USE
The feature id for the 'Missage Use' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SPECIFICATION_FEATURE_COUNT
static final int CONTEXT_SPECIFICATION_FEATURE_COUNT
The number of structural features of the 'Context Specification' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_SPECIFICATION_CONTAINER
static final int PCM_SPECIFICATION_CONTAINER
The meta object id for the 'PCM Specification Container' class.- See Also:
PCMSpecificationContainerImpl,SpecificationPackageImpl.getPCMSpecificationContainer(), Constant Field Values- Generated class or method.
-
PCM_SPECIFICATION_CONTAINER__ID
static final int PCM_SPECIFICATION_CONTAINER__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_SPECIFICATION_CONTAINER__ENTITY_NAME
static final int PCM_SPECIFICATION_CONTAINER__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_SPECIFICATION_CONTAINER__POLICYSPECIFICATION
static final int PCM_SPECIFICATION_CONTAINER__POLICYSPECIFICATION
The feature id for the 'Policyspecification' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_SPECIFICATION_CONTAINER__CONTEXTSPECIFICATION
static final int PCM_SPECIFICATION_CONTAINER__CONTEXTSPECIFICATION
The feature id for the 'Contextspecification' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
static final int PCM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
The feature id for the 'Attributeprovider' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PCM_SPECIFICATION_CONTAINER_FEATURE_COUNT
static final int PCM_SPECIFICATION_CONTAINER_FEATURE_COUNT
The number of structural features of the 'PCM Specification Container' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getContextSpecification
EClass getContextSpecification()
Returns the meta object for class 'Context Specification'.- Returns:
- the meta object for class 'Context Specification'.
- See Also:
ContextSpecification- Generated class or method.
-
getContextSpecification_Contextset
EReference getContextSpecification_Contextset()
Returns the meta object for the reference 'Contextset'.- Returns:
- the meta object for the reference 'Contextset'.
- See Also:
ContextSpecification.getContextset(),getContextSpecification()- Generated class or method.
-
getContextSpecification_Entrylevelsystemcall
EReference getContextSpecification_Entrylevelsystemcall()
Returns the meta object for the reference 'Entrylevelsystemcall'.- Returns:
- the meta object for the reference 'Entrylevelsystemcall'.
- See Also:
ContextSpecification.getEntrylevelsystemcall(),getContextSpecification()- Generated class or method.
-
getContextSpecification_Usagescenario
EReference getContextSpecification_Usagescenario()
Returns the meta object for the reference 'Usagescenario'.- Returns:
- the meta object for the reference 'Usagescenario'.
- See Also:
ContextSpecification.getUsagescenario(),getContextSpecification()- Generated class or method.
-
getContextSpecification_MissageUse
EAttribute getContextSpecification_MissageUse()
Returns the meta object for the attribute 'Missage Use'.- Returns:
- the meta object for the attribute 'Missage Use'.
- See Also:
ContextSpecification.isMissageUse(),getContextSpecification()- Generated class or method.
-
getPCMSpecificationContainer
EClass getPCMSpecificationContainer()
Returns the meta object for class 'PCM Specification Container'.- Returns:
- the meta object for class 'PCM Specification Container'.
- See Also:
PCMSpecificationContainer- Generated class or method.
-
getPCMSpecificationContainer_Policyspecification
EReference getPCMSpecificationContainer_Policyspecification()
Returns the meta object for the containment reference list 'Policyspecification'.- Returns:
- the meta object for the containment reference list 'Policyspecification'.
- See Also:
PCMSpecificationContainer.getPolicyspecification(),getPCMSpecificationContainer()- Generated class or method.
-
getPCMSpecificationContainer_Contextspecification
EReference getPCMSpecificationContainer_Contextspecification()
Returns the meta object for the containment reference list 'Contextspecification'.- Returns:
- the meta object for the containment reference list 'Contextspecification'.
- See Also:
PCMSpecificationContainer.getContextspecification(),getPCMSpecificationContainer()- Generated class or method.
-
getPCMSpecificationContainer_Attributeprovider
EReference getPCMSpecificationContainer_Attributeprovider()
Returns the meta object for the containment reference list 'Attributeprovider'.- Returns:
- the meta object for the containment reference list 'Attributeprovider'.
- See Also:
PCMSpecificationContainer.getAttributeprovider(),getPCMSpecificationContainer()- Generated class or method.
-
getSpecificationFactory
SpecificationFactory getSpecificationFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-