Package featureObjective
Interface FeatureObjectivePackage.Literals
-
- Enclosing interface:
- FeatureObjectivePackage
public static interface FeatureObjectivePackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EEnum
ATTRIBUTE_TYPES
The meta object literal for the 'Attribute Types
' enum.static EClass
CONSTRAINT
The meta object literal for the 'Constraint
' class.static EAttribute
CONSTRAINT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.static EReference
CONSTRAINT__SOURCE
The meta object literal for the 'Source' reference feature.static EReference
CONSTRAINT__TARGET
The meta object literal for the 'Target' reference list feature.static EClass
FEATURE
The meta object literal for the 'Feature
' class.static EReference
FEATURE__FEATUREGROUP
The meta object literal for the 'Featuregroup' reference feature.static EClass
FEATURE_GROUP
The meta object literal for the 'Feature Group
' class.static EReference
FEATURE_GROUP__FEATURES
The meta object literal for the 'Features' containment reference list feature.static EAttribute
FEATURE_GROUP__OPERATION
The meta object literal for the 'Operation' attribute feature.static EClass
FEATURE_OBJECTIVE
The meta object literal for the 'Feature Objective
' class.static EReference
FEATURE_OBJECTIVE__ANNOTATABLE_ELEMENT
The meta object literal for the 'Annotatable Element' reference list feature.static EReference
FEATURE_OBJECTIVE__CONSTRAINTS
The meta object literal for the 'Constraints' containment reference list feature.static EReference
FEATURE_OBJECTIVE__FEATURE_GROUPS
The meta object literal for the 'Feature Groups' containment reference list feature.static EEnum
LOGICAL_OPERATION
The meta object literal for the 'Logical Operation
' enum.static EClass
PROHIBITS_CONSTRAINT
The meta object literal for the 'Prohibits Constraint
' class.static EClass
REQUIRED_CONSTRAINT
The meta object literal for the 'Required Constraint
' class.
-
-
-
Field Detail
-
FEATURE_OBJECTIVE
static final EClass FEATURE_OBJECTIVE
The meta object literal for the 'Feature Objective
' class.- See Also:
FeatureObjectiveImpl
,FeatureObjectivePackageImpl.getFeatureObjective()
- Generated class or method.
-
FEATURE_OBJECTIVE__FEATURE_GROUPS
static final EReference FEATURE_OBJECTIVE__FEATURE_GROUPS
The meta object literal for the 'Feature Groups' containment reference list feature.- Generated class or method.
-
FEATURE_OBJECTIVE__CONSTRAINTS
static final EReference FEATURE_OBJECTIVE__CONSTRAINTS
The meta object literal for the 'Constraints' containment reference list feature.- Generated class or method.
-
FEATURE_OBJECTIVE__ANNOTATABLE_ELEMENT
static final EReference FEATURE_OBJECTIVE__ANNOTATABLE_ELEMENT
The meta object literal for the 'Annotatable Element' reference list feature.- Generated class or method.
-
FEATURE
static final EClass FEATURE
The meta object literal for the 'Feature
' class.- See Also:
FeatureImpl
,FeatureObjectivePackageImpl.getFeature()
- Generated class or method.
-
FEATURE__FEATUREGROUP
static final EReference FEATURE__FEATUREGROUP
The meta object literal for the 'Featuregroup' reference feature.- Generated class or method.
-
FEATURE_GROUP
static final EClass FEATURE_GROUP
The meta object literal for the 'Feature Group
' class.- See Also:
FeatureGroupImpl
,FeatureObjectivePackageImpl.getFeatureGroup()
- Generated class or method.
-
FEATURE_GROUP__FEATURES
static final EReference FEATURE_GROUP__FEATURES
The meta object literal for the 'Features' containment reference list feature.- Generated class or method.
-
FEATURE_GROUP__OPERATION
static final EAttribute FEATURE_GROUP__OPERATION
The meta object literal for the 'Operation' attribute feature.- Generated class or method.
-
CONSTRAINT
static final EClass CONSTRAINT
The meta object literal for the 'Constraint
' class.- See Also:
ConstraintImpl
,FeatureObjectivePackageImpl.getConstraint()
- Generated class or method.
-
CONSTRAINT__SOURCE
static final EReference CONSTRAINT__SOURCE
The meta object literal for the 'Source' reference feature.- Generated class or method.
-
CONSTRAINT__TARGET
static final EReference CONSTRAINT__TARGET
The meta object literal for the 'Target' reference list feature.- Generated class or method.
-
CONSTRAINT__DESCRIPTION
static final EAttribute CONSTRAINT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.- Generated class or method.
-
REQUIRED_CONSTRAINT
static final EClass REQUIRED_CONSTRAINT
The meta object literal for the 'Required Constraint
' class.- See Also:
RequiredConstraintImpl
,FeatureObjectivePackageImpl.getRequiredConstraint()
- Generated class or method.
-
PROHIBITS_CONSTRAINT
static final EClass PROHIBITS_CONSTRAINT
The meta object literal for the 'Prohibits Constraint
' class.- See Also:
ProhibitsConstraintImpl
,FeatureObjectivePackageImpl.getProhibitsConstraint()
- Generated class or method.
-
ATTRIBUTE_TYPES
static final EEnum ATTRIBUTE_TYPES
The meta object literal for the 'Attribute Types
' enum.- See Also:
AttributeTypes
,FeatureObjectivePackageImpl.getAttributeTypes()
- Generated class or method.
-
LOGICAL_OPERATION
static final EEnum LOGICAL_OPERATION
The meta object literal for the 'Logical Operation
' enum.- See Also:
LogicalOperation
,FeatureObjectivePackageImpl.getLogicalOperation()
- Generated class or method.
-
-