Interface SystemPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
SystemPackageImpl
public interface SystemPackage 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:
SystemFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SystemPackage.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
ATTRIBUTE_PROVIDER
The meta object id for the 'Attribute Provider
' class.static int
ATTRIBUTE_PROVIDER__ATTRIBUTE
The feature id for the 'Attribute' containment reference.static int
ATTRIBUTE_PROVIDER_FEATURE_COUNT
The number of structural features of the 'Attribute Provider' class.static SystemPackage
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
SYSTEM_SPECIFICATION_CONTAINER
The meta object id for the 'Specification Container
' class.static int
SYSTEM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
The feature id for the 'Attributeprovider' containment reference list.static int
SYSTEM_SPECIFICATION_CONTAINER__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
SYSTEM_SPECIFICATION_CONTAINER__ID
The feature id for the 'Id' attribute.static int
SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIO
The feature id for the 'Misusagescenario' containment reference list.static int
SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATION
The feature id for the 'Usagespecification' containment reference list.static int
SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Specification Container' class.static int
USAGE_SPECIFICATION
The meta object id for the 'Usage Specification
' class.static int
USAGE_SPECIFICATION__ATTRIBUTE
The feature id for the 'Attribute' reference.static int
USAGE_SPECIFICATION__ATTRIBUTEVALUE
The feature id for the 'Attributevalue' reference.static int
USAGE_SPECIFICATION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
USAGE_SPECIFICATION__ID
The feature id for the 'Id' attribute.static int
USAGE_SPECIFICATION_FEATURE_COUNT
The number of structural features of the 'Usage Specification' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getAttributeProvider()
Returns the meta object for class 'Attribute Provider
'.EReference
getAttributeProvider_Attribute()
Returns the meta object for the containment reference 'Attribute
'.SystemFactory
getSystemFactory()
Returns the factory that creates the instances of the model.EClass
getSystemSpecificationContainer()
Returns the meta object for class 'Specification Container
'.EReference
getSystemSpecificationContainer_Attributeprovider()
Returns the meta object for the containment reference list 'Attributeprovider
'.EReference
getSystemSpecificationContainer_Misusagescenario()
Returns the meta object for the containment reference list 'Misusagescenario
'.EReference
getSystemSpecificationContainer_Usagespecification()
Returns the meta object for the containment reference list 'Usagespecification
'.EClass
getUsageSpecification()
Returns the meta object for class 'Usage Specification
'.EReference
getUsageSpecification_Attribute()
Returns the meta object for the reference 'Attribute
'.EReference
getUsageSpecification_Attributevalue()
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 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 SystemPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
SYSTEM_SPECIFICATION_CONTAINER
static final int SYSTEM_SPECIFICATION_CONTAINER
The meta object id for the 'Specification Container
' class.- See Also:
SystemSpecificationContainerImpl
,SystemPackageImpl.getSystemSpecificationContainer()
, Constant Field Values- Generated class or method.
-
SYSTEM_SPECIFICATION_CONTAINER__ID
static final int SYSTEM_SPECIFICATION_CONTAINER__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__ENTITY_NAME
static final int SYSTEM_SPECIFICATION_CONTAINER__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
static final int SYSTEM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
The feature id for the 'Attributeprovider' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATION
static final int SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATION
The feature id for the 'Usagespecification' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIO
static final int SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIO
The feature id for the 'Misusagescenario' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNT
static final int SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Specification Container' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_PROVIDER
static final int ATTRIBUTE_PROVIDER
The meta object id for the 'Attribute Provider
' class.- See Also:
AttributeProviderImpl
,SystemPackageImpl.getAttributeProvider()
, Constant Field Values- Generated class or method.
-
ATTRIBUTE_PROVIDER__ATTRIBUTE
static final int ATTRIBUTE_PROVIDER__ATTRIBUTE
The feature id for the 'Attribute' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_PROVIDER_FEATURE_COUNT
static final int ATTRIBUTE_PROVIDER_FEATURE_COUNT
The number of structural features of the 'Attribute Provider' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION
static final int USAGE_SPECIFICATION
The meta object id for the 'Usage Specification
' class.- See Also:
UsageSpecificationImpl
,SystemPackageImpl.getUsageSpecification()
, Constant Field Values- Generated class or method.
-
USAGE_SPECIFICATION__ID
static final int USAGE_SPECIFICATION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION__ENTITY_NAME
static final int USAGE_SPECIFICATION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION__ATTRIBUTEVALUE
static final int USAGE_SPECIFICATION__ATTRIBUTEVALUE
The feature id for the 'Attributevalue' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION__ATTRIBUTE
static final int USAGE_SPECIFICATION__ATTRIBUTE
The feature id for the 'Attribute' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SPECIFICATION_FEATURE_COUNT
static final int USAGE_SPECIFICATION_FEATURE_COUNT
The number of structural features of the 'Usage Specification' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getSystemSpecificationContainer
EClass getSystemSpecificationContainer()
Returns the meta object for class 'Specification Container
'.- Returns:
- the meta object for class 'Specification Container'.
- See Also:
SystemSpecificationContainer
- 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:
SystemSpecificationContainer.getAttributeprovider()
,getSystemSpecificationContainer()
- 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:
SystemSpecificationContainer.getUsagespecification()
,getSystemSpecificationContainer()
- 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:
SystemSpecificationContainer.getMisusagescenario()
,getSystemSpecificationContainer()
- 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:
AttributeProvider
- 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:
AttributeProvider.getAttribute()
,getAttributeProvider()
- 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:
UsageSpecification
- 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:
UsageSpecification.getAttributevalue()
,getUsageSpecification()
- 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:
UsageSpecification.getAttribute()
,getUsageSpecification()
- 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.
-
-