Package featureSolution
Interface FeatureSolutionPackage.Literals
-
- Enclosing interface:
- FeatureSolutionPackage
public static interface FeatureSolutionPackage.LiteralsDefines 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 EClassADAPTER_INCLUSIONThe meta object literal for the 'Adapter Inclusion' class.static EAttributeADAPTER_INCLUSION__APPEARSThe meta object literal for the 'Appears' attribute feature.static EEnumAPPEARANCEThe meta object literal for the 'Appearance' enum.static EClassBEHAVIOUR_INCLUSIONThe meta object literal for the 'Behaviour Inclusion' class.static EReferenceBEHAVIOUR_INCLUSION__ADVICEThe meta object literal for the 'Advice' containment reference list feature.static EReferenceBEHAVIOUR_INCLUSION__FEATURE_COMPLETIONThe meta object literal for the 'Feature Completion' containment reference feature.static EReferenceBEHAVIOUR_INCLUSION__IMPORTSThe meta object literal for the 'Imports' containment reference list feature.static EReferenceBEHAVIOUR_INCLUSION__POINT_CUTThe meta object literal for the 'Point Cut' containment reference list feature.static EClassINCLUSION_MECHANISMThe meta object literal for the 'Inclusion Mechanism' class.static EAttributeINCLUSION_MECHANISM__MULTIPLEThe meta object literal for the 'Multiple' attribute feature.
-
-
-
Field Detail
-
INCLUSION_MECHANISM
static final EClass INCLUSION_MECHANISM
The meta object literal for the 'Inclusion Mechanism' class.- See Also:
InclusionMechanismImpl,FeatureSolutionPackageImpl.getInclusionMechanism()- Generated class or method.
-
INCLUSION_MECHANISM__MULTIPLE
static final EAttribute INCLUSION_MECHANISM__MULTIPLE
The meta object literal for the 'Multiple' attribute feature.- Generated class or method.
-
ADAPTER_INCLUSION
static final EClass ADAPTER_INCLUSION
The meta object literal for the 'Adapter Inclusion' class.- See Also:
AdapterInclusionImpl,FeatureSolutionPackageImpl.getAdapterInclusion()- Generated class or method.
-
ADAPTER_INCLUSION__APPEARS
static final EAttribute ADAPTER_INCLUSION__APPEARS
The meta object literal for the 'Appears' attribute feature.- Generated class or method.
-
BEHAVIOUR_INCLUSION
static final EClass BEHAVIOUR_INCLUSION
The meta object literal for the 'Behaviour Inclusion' class.- See Also:
BehaviourInclusionImpl,FeatureSolutionPackageImpl.getBehaviourInclusion()- Generated class or method.
-
BEHAVIOUR_INCLUSION__POINT_CUT
static final EReference BEHAVIOUR_INCLUSION__POINT_CUT
The meta object literal for the 'Point Cut' containment reference list feature.- Generated class or method.
-
BEHAVIOUR_INCLUSION__ADVICE
static final EReference BEHAVIOUR_INCLUSION__ADVICE
The meta object literal for the 'Advice' containment reference list feature.- Generated class or method.
-
BEHAVIOUR_INCLUSION__IMPORTS
static final EReference BEHAVIOUR_INCLUSION__IMPORTS
The meta object literal for the 'Imports' containment reference list feature.- Generated class or method.
-
BEHAVIOUR_INCLUSION__FEATURE_COMPLETION
static final EReference BEHAVIOUR_INCLUSION__FEATURE_COMPLETION
The meta object literal for the 'Feature Completion' containment reference feature.- Generated class or method.
-
APPEARANCE
static final EEnum APPEARANCE
The meta object literal for the 'Appearance' enum.- See Also:
Appearance,FeatureSolutionPackageImpl.getAppearance()- Generated class or method.
-
-