Interface QMLProfilePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
QMLProfilePackageImpl
public interface QMLProfilePackage 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:
QMLProfileFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
QMLProfilePackage.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 QMLProfilePackage
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
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT
The meta object id for the 'Entry Level System Call Requirement
' class.static int
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__ENTRY_LEVEL_SYSTEM_CALL
The feature id for the 'Entry Level System Call' reference.static int
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__ID
The feature id for the 'Id' attribute.static int
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__REQUIRE_CONTRACT
The feature id for the 'Require Contract' reference list.static int
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT_FEATURE_COUNT
The number of structural features of the 'Entry Level System Call Requirement' class.static int
GENERIC_QML_PROFILE
The meta object id for the 'Generic QML Profile
' class.static int
GENERIC_QML_PROFILE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
GENERIC_QML_PROFILE__ID
The feature id for the 'Id' attribute.static int
GENERIC_QML_PROFILE_FEATURE_COUNT
The number of structural features of the 'Generic QML Profile' class.static int
REFINED_QML_PROFILE
The meta object id for the 'Refined QML Profile
' class.static int
REFINED_QML_PROFILE__BASE_PROFILE
The feature id for the 'Base Profile' reference.static int
REFINED_QML_PROFILE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
REFINED_QML_PROFILE__ID
The feature id for the 'Id' attribute.static int
REFINED_QML_PROFILE__REFINED_BY
The feature id for the 'Refined By' containment reference list.static int
REFINED_QML_PROFILE_FEATURE_COUNT
The number of structural features of the 'Refined QML Profile' class.static int
REQUIREMENT
The meta object id for the 'Requirement
' class.static int
REQUIREMENT__ID
The feature id for the 'Id' attribute.static int
REQUIREMENT__REQUIRE_CONTRACT
The feature id for the 'Require Contract' reference list.static int
REQUIREMENT_FEATURE_COUNT
The number of structural features of the 'Requirement' class.static int
SIMPLE_QML_PROFILE
The meta object id for the 'Simple QML Profile
' class.static int
SIMPLE_QML_PROFILE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
SIMPLE_QML_PROFILE__ID
The feature id for the 'Id' attribute.static int
SIMPLE_QML_PROFILE__REQUIREMENTS
The feature id for the 'Requirements' containment reference list.static int
SIMPLE_QML_PROFILE__USAGE_MODEL
The feature id for the 'Usage Model' reference.static int
SIMPLE_QML_PROFILE_FEATURE_COUNT
The number of structural features of the 'Simple QML Profile' class.static int
USAGE_SCENARIO_REQUIREMENT
The meta object id for the 'Usage Scenario Requirement
' class.static int
USAGE_SCENARIO_REQUIREMENT__ID
The feature id for the 'Id' attribute.static int
USAGE_SCENARIO_REQUIREMENT__REQUIRE_CONTRACT
The feature id for the 'Require Contract' reference list.static int
USAGE_SCENARIO_REQUIREMENT__USAGE_SCENARIO
The feature id for the 'Usage Scenario' reference.static int
USAGE_SCENARIO_REQUIREMENT_FEATURE_COUNT
The number of structural features of the 'Usage Scenario Requirement' 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 QMLProfilePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
GENERIC_QML_PROFILE
static final int GENERIC_QML_PROFILE
The meta object id for the 'Generic QML Profile
' class.- See Also:
GenericQMLProfileImpl
,QMLProfilePackageImpl.getGenericQMLProfile()
, Constant Field Values- Generated class or method.
-
GENERIC_QML_PROFILE__ID
static final int GENERIC_QML_PROFILE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
GENERIC_QML_PROFILE__ENTITY_NAME
static final int GENERIC_QML_PROFILE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
GENERIC_QML_PROFILE_FEATURE_COUNT
static final int GENERIC_QML_PROFILE_FEATURE_COUNT
The number of structural features of the 'Generic QML Profile' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIMPLE_QML_PROFILE
static final int SIMPLE_QML_PROFILE
The meta object id for the 'Simple QML Profile
' class.- See Also:
SimpleQMLProfileImpl
,QMLProfilePackageImpl.getSimpleQMLProfile()
, Constant Field Values- Generated class or method.
-
SIMPLE_QML_PROFILE__ID
static final int SIMPLE_QML_PROFILE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIMPLE_QML_PROFILE__ENTITY_NAME
static final int SIMPLE_QML_PROFILE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIMPLE_QML_PROFILE__USAGE_MODEL
static final int SIMPLE_QML_PROFILE__USAGE_MODEL
The feature id for the 'Usage Model' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIMPLE_QML_PROFILE__REQUIREMENTS
static final int SIMPLE_QML_PROFILE__REQUIREMENTS
The feature id for the 'Requirements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIMPLE_QML_PROFILE_FEATURE_COUNT
static final int SIMPLE_QML_PROFILE_FEATURE_COUNT
The number of structural features of the 'Simple QML Profile' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIREMENT
static final int REQUIREMENT
The meta object id for the 'Requirement
' class.- See Also:
RequirementImpl
,QMLProfilePackageImpl.getRequirement()
, Constant Field Values- Generated class or method.
-
REQUIREMENT__ID
static final int REQUIREMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIREMENT__REQUIRE_CONTRACT
static final int REQUIREMENT__REQUIRE_CONTRACT
The feature id for the 'Require Contract' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIREMENT_FEATURE_COUNT
static final int REQUIREMENT_FEATURE_COUNT
The number of structural features of the 'Requirement' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFINED_QML_PROFILE
static final int REFINED_QML_PROFILE
The meta object id for the 'Refined QML Profile
' class.- See Also:
RefinedQMLProfileImpl
,QMLProfilePackageImpl.getRefinedQMLProfile()
, Constant Field Values- Generated class or method.
-
REFINED_QML_PROFILE__ID
static final int REFINED_QML_PROFILE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFINED_QML_PROFILE__ENTITY_NAME
static final int REFINED_QML_PROFILE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFINED_QML_PROFILE__BASE_PROFILE
static final int REFINED_QML_PROFILE__BASE_PROFILE
The feature id for the 'Base Profile' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFINED_QML_PROFILE__REFINED_BY
static final int REFINED_QML_PROFILE__REFINED_BY
The feature id for the 'Refined By' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFINED_QML_PROFILE_FEATURE_COUNT
static final int REFINED_QML_PROFILE_FEATURE_COUNT
The number of structural features of the 'Refined QML Profile' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SCENARIO_REQUIREMENT
static final int USAGE_SCENARIO_REQUIREMENT
The meta object id for the 'Usage Scenario Requirement
' class.- See Also:
UsageScenarioRequirementImpl
,QMLProfilePackageImpl.getUsageScenarioRequirement()
, Constant Field Values- Generated class or method.
-
USAGE_SCENARIO_REQUIREMENT__ID
static final int USAGE_SCENARIO_REQUIREMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SCENARIO_REQUIREMENT__REQUIRE_CONTRACT
static final int USAGE_SCENARIO_REQUIREMENT__REQUIRE_CONTRACT
The feature id for the 'Require Contract' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SCENARIO_REQUIREMENT__USAGE_SCENARIO
static final int USAGE_SCENARIO_REQUIREMENT__USAGE_SCENARIO
The feature id for the 'Usage Scenario' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_SCENARIO_REQUIREMENT_FEATURE_COUNT
static final int USAGE_SCENARIO_REQUIREMENT_FEATURE_COUNT
The number of structural features of the 'Usage Scenario Requirement' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT
static final int ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT
The meta object id for the 'Entry Level System Call Requirement
' class.- See Also:
EntryLevelSystemCallRequirementImpl
,QMLProfilePackageImpl.getEntryLevelSystemCallRequirement()
, Constant Field Values- Generated class or method.
-
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__ID
static final int ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__REQUIRE_CONTRACT
static final int ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__REQUIRE_CONTRACT
The feature id for the 'Require Contract' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__ENTRY_LEVEL_SYSTEM_CALL
static final int ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT__ENTRY_LEVEL_SYSTEM_CALL
The feature id for the 'Entry Level System Call' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT_FEATURE_COUNT
static final int ENTRY_LEVEL_SYSTEM_CALL_REQUIREMENT_FEATURE_COUNT
The number of structural features of the 'Entry Level System Call Requirement' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getSimpleQMLProfile
EClass getSimpleQMLProfile()
Returns the meta object for class 'Simple QML Profile
'.- Returns:
- the meta object for class 'Simple QML Profile'.
- See Also:
SimpleQMLProfile
- Generated class or method.
-
getSimpleQMLProfile_UsageModel
EReference getSimpleQMLProfile_UsageModel()
Returns the meta object for the reference 'Usage Model
'.- Returns:
- the meta object for the reference 'Usage Model'.
- See Also:
SimpleQMLProfile.getUsageModel()
,getSimpleQMLProfile()
- Generated class or method.
-
getSimpleQMLProfile_Requirements
EReference getSimpleQMLProfile_Requirements()
Returns the meta object for the containment reference list 'Requirements
'.- Returns:
- the meta object for the containment reference list 'Requirements'.
- See Also:
SimpleQMLProfile.getRequirements()
,getSimpleQMLProfile()
- Generated class or method.
-
getGenericQMLProfile
EClass getGenericQMLProfile()
Returns the meta object for class 'Generic QML Profile
'.- Returns:
- the meta object for class 'Generic QML Profile'.
- See Also:
GenericQMLProfile
- Generated class or method.
-
getRequirement
EClass getRequirement()
Returns the meta object for class 'Requirement
'.- Returns:
- the meta object for class 'Requirement'.
- See Also:
Requirement
- Generated class or method.
-
getRequirement_RequireContract
EReference getRequirement_RequireContract()
Returns the meta object for the reference list 'Require Contract
'.- Returns:
- the meta object for the reference list 'Require Contract'.
- See Also:
Requirement.getRequireContract()
,getRequirement()
- Generated class or method.
-
getRefinedQMLProfile
EClass getRefinedQMLProfile()
Returns the meta object for class 'Refined QML Profile
'.- Returns:
- the meta object for class 'Refined QML Profile'.
- See Also:
RefinedQMLProfile
- Generated class or method.
-
getRefinedQMLProfile_BaseProfile
EReference getRefinedQMLProfile_BaseProfile()
Returns the meta object for the reference 'Base Profile
'.- Returns:
- the meta object for the reference 'Base Profile'.
- See Also:
RefinedQMLProfile.getBaseProfile()
,getRefinedQMLProfile()
- Generated class or method.
-
getRefinedQMLProfile_RefinedBy
EReference getRefinedQMLProfile_RefinedBy()
Returns the meta object for the containment reference list 'Refined By
'.- Returns:
- the meta object for the containment reference list 'Refined By'.
- See Also:
RefinedQMLProfile.getRefinedBy()
,getRefinedQMLProfile()
- Generated class or method.
-
getUsageScenarioRequirement
EClass getUsageScenarioRequirement()
Returns the meta object for class 'Usage Scenario Requirement
'.- Returns:
- the meta object for class 'Usage Scenario Requirement'.
- See Also:
UsageScenarioRequirement
- Generated class or method.
-
getUsageScenarioRequirement_UsageScenario
EReference getUsageScenarioRequirement_UsageScenario()
Returns the meta object for the reference 'Usage Scenario
'.- Returns:
- the meta object for the reference 'Usage Scenario'.
- See Also:
UsageScenarioRequirement.getUsageScenario()
,getUsageScenarioRequirement()
- Generated class or method.
-
getEntryLevelSystemCallRequirement
EClass getEntryLevelSystemCallRequirement()
Returns the meta object for class 'Entry Level System Call Requirement
'.- Returns:
- the meta object for class 'Entry Level System Call Requirement'.
- See Also:
EntryLevelSystemCallRequirement
- Generated class or method.
-
getEntryLevelSystemCallRequirement_EntryLevelSystemCall
EReference getEntryLevelSystemCallRequirement_EntryLevelSystemCall()
Returns the meta object for the reference 'Entry Level System Call
'.- Returns:
- the meta object for the reference 'Entry Level System Call'.
- See Also:
EntryLevelSystemCallRequirement.getEntryLevelSystemCall()
,getEntryLevelSystemCallRequirement()
- Generated class or method.
-
getQMLProfileFactory
QMLProfileFactory getQMLProfileFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-