Interface SystemPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
SystemPackageImpl
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:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Attribute Provider
' class.static final int
The feature id for the 'Attribute' containment reference.static final int
The number of structural features of the 'Attribute Provider' class.static final SystemPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Specification Container
' class.static final int
The feature id for the 'Attributeprovider' containment reference list.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Misusagescenario' containment reference list.static final int
The feature id for the 'Usagespecification' containment reference list.static final int
The number of structural features of the 'Specification Container' class.static final int
The meta object id for the 'Usage Specification
' class.static final int
The feature id for the 'Attribute' reference.static final int
The feature id for the 'Attributevalue' reference.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Usage Specification' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Attribute Provider
'.Returns the meta object for the containment reference 'Attribute
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Specification Container
'.Returns the meta object for the containment reference list 'Attributeprovider
'.Returns the meta object for the containment reference list 'Misusagescenario
'.Returns the meta object for the containment reference list 'Usagespecification
'.Returns the meta object for class 'Usage Specification
'.Returns the meta object for the reference 'Attribute
'.Returns the meta object for the reference 'Attributevalue
'.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 Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
SYSTEM_SPECIFICATION_CONTAINER
static final int SYSTEM_SPECIFICATION_CONTAINERThe meta object id for the 'Specification Container
' class.- See Also:
- Generated class or method.
-
SYSTEM_SPECIFICATION_CONTAINER__ID
static final int SYSTEM_SPECIFICATION_CONTAINER__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__ENTITY_NAME
static final int SYSTEM_SPECIFICATION_CONTAINER__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
static final int SYSTEM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDERThe feature id for the 'Attributeprovider' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATION
static final int SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATIONThe feature id for the 'Usagespecification' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIO
static final int SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIOThe feature id for the 'Misusagescenario' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNT
static final int SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Specification Container' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_PROVIDER
static final int ATTRIBUTE_PROVIDERThe meta object id for the 'Attribute Provider
' class.- See Also:
- Generated class or method.
-
ATTRIBUTE_PROVIDER__ATTRIBUTE
static final int ATTRIBUTE_PROVIDER__ATTRIBUTEThe feature id for the 'Attribute' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_PROVIDER_FEATURE_COUNT
static final int ATTRIBUTE_PROVIDER_FEATURE_COUNTThe number of structural features of the 'Attribute Provider' class.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION
static final int USAGE_SPECIFICATIONThe meta object id for the 'Usage Specification
' class.- See Also:
- Generated class or method.
-
USAGE_SPECIFICATION__ID
static final int USAGE_SPECIFICATION__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION__ENTITY_NAME
static final int USAGE_SPECIFICATION__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION__ATTRIBUTEVALUE
static final int USAGE_SPECIFICATION__ATTRIBUTEVALUEThe feature id for the 'Attributevalue' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION__ATTRIBUTE
static final int USAGE_SPECIFICATION__ATTRIBUTEThe feature id for the 'Attribute' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION_FEATURE_COUNT
static final int USAGE_SPECIFICATION_FEATURE_COUNTThe number of structural features of the 'Usage Specification' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getSystemSpecificationContainer
EClass getSystemSpecificationContainer()Returns the meta object for class 'Specification Container
'.- Returns:
- the meta object for class 'Specification Container'.
- See Also:
- Generated class or method.
-
getSystemSpecificationContainer_Attributeprovider
EReference getSystemSpecificationContainer_Attributeprovider()Returns the meta object for the containment reference list 'Attributeprovider
'.- Returns:
- the meta object for the containment reference list 'Attributeprovider'.
- See Also:
- Generated class or method.
-
getSystemSpecificationContainer_Usagespecification
EReference getSystemSpecificationContainer_Usagespecification()Returns the meta object for the containment reference list 'Usagespecification
'.- Returns:
- the meta object for the containment reference list 'Usagespecification'.
- See Also:
- Generated class or method.
-
getSystemSpecificationContainer_Misusagescenario
EReference getSystemSpecificationContainer_Misusagescenario()Returns the meta object for the containment reference list 'Misusagescenario
'.- Returns:
- the meta object for the containment reference list 'Misusagescenario'.
- See Also:
- Generated class or method.
-
getAttributeProvider
EClass getAttributeProvider()Returns the meta object for class 'Attribute Provider
'.- Returns:
- the meta object for class 'Attribute Provider'.
- See Also:
- Generated class or method.
-
getAttributeProvider_Attribute
EReference getAttributeProvider_Attribute()Returns the meta object for the containment reference 'Attribute
'.- Returns:
- the meta object for the containment reference 'Attribute'.
- See Also:
- Generated class or method.
-
getUsageSpecification
EClass getUsageSpecification()Returns the meta object for class 'Usage Specification
'.- Returns:
- the meta object for class 'Usage Specification'.
- See Also:
- Generated class or method.
-
getUsageSpecification_Attributevalue
EReference getUsageSpecification_Attributevalue()Returns the meta object for the reference 'Attributevalue
'.- Returns:
- the meta object for the reference 'Attributevalue'.
- See Also:
- Generated class or method.
-
getUsageSpecification_Attribute
EReference getUsageSpecification_Attribute()Returns the meta object for the reference 'Attribute
'.- Returns:
- the meta object for the reference 'Attribute'.
- See Also:
- Generated class or method.
-
getSystemFactory
SystemFactory getSystemFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-