Package org.modelversioning.emfprofile
Interface EMFProfilePackage.Literals
-
- Enclosing interface:
- EMFProfilePackage
public static interface EMFProfilePackage.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 EClassEXTENSIONThe meta object literal for the 'Extension' class.static EAttributeEXTENSION__LOWER_BOUNDThe meta object literal for the 'Lower Bound' attribute feature.static EReferenceEXTENSION__REDEFINEDThe meta object literal for the 'Redefined' reference list feature.static EReferenceEXTENSION__REDEFININGThe meta object literal for the 'Redefining' reference list feature.static EReferenceEXTENSION__SOURCEThe meta object literal for the 'Source' container reference feature.static EReferenceEXTENSION__SUBSETTEDThe meta object literal for the 'Subsetted' reference list feature.static EReferenceEXTENSION__SUBSETTINGThe meta object literal for the 'Subsetting' reference list feature.static EReferenceEXTENSION__TARGETThe meta object literal for the 'Target' reference feature.static EAttributeEXTENSION__UPPER_BOUNDThe meta object literal for the 'Upper Bound' attribute feature.static EClassPROFILEThe meta object literal for the 'Profile' class.static EClassSTEREOTYPEThe meta object literal for the 'Stereotype' class.static EReferenceSTEREOTYPE__EXTENSIONSThe meta object literal for the 'Extensions' containment reference list feature.static EAttributeSTEREOTYPE__ICON_PATHThe meta object literal for the 'Icon Path' attribute feature.static EAttributeSTEREOTYPE__META_BASEThe meta object literal for the 'Meta Base' attribute feature.
-
-
-
Field Detail
-
PROFILE
static final EClass PROFILE
The meta object literal for the 'Profile' class.- See Also:
ProfileImpl,EMFProfilePackageImpl.getProfile()- Generated class or method.
-
STEREOTYPE
static final EClass STEREOTYPE
The meta object literal for the 'Stereotype' class.- See Also:
StereotypeImpl,EMFProfilePackageImpl.getStereotype()- Generated class or method.
-
STEREOTYPE__ICON_PATH
static final EAttribute STEREOTYPE__ICON_PATH
The meta object literal for the 'Icon Path' attribute feature.- Generated class or method.
-
STEREOTYPE__META_BASE
static final EAttribute STEREOTYPE__META_BASE
The meta object literal for the 'Meta Base' attribute feature.- Generated class or method.
-
STEREOTYPE__EXTENSIONS
static final EReference STEREOTYPE__EXTENSIONS
The meta object literal for the 'Extensions' containment reference list feature.- Generated class or method.
-
EXTENSION
static final EClass EXTENSION
The meta object literal for the 'Extension' class.- See Also:
ExtensionImpl,EMFProfilePackageImpl.getExtension()- Generated class or method.
-
EXTENSION__SOURCE
static final EReference EXTENSION__SOURCE
The meta object literal for the 'Source' container reference feature.- Generated class or method.
-
EXTENSION__TARGET
static final EReference EXTENSION__TARGET
The meta object literal for the 'Target' reference feature.- Generated class or method.
-
EXTENSION__LOWER_BOUND
static final EAttribute EXTENSION__LOWER_BOUND
The meta object literal for the 'Lower Bound' attribute feature.- Generated class or method.
-
EXTENSION__UPPER_BOUND
static final EAttribute EXTENSION__UPPER_BOUND
The meta object literal for the 'Upper Bound' attribute feature.- Generated class or method.
-
EXTENSION__REDEFINED
static final EReference EXTENSION__REDEFINED
The meta object literal for the 'Redefined' reference list feature.- Generated class or method.
-
EXTENSION__SUBSETTED
static final EReference EXTENSION__SUBSETTED
The meta object literal for the 'Subsetted' reference list feature.- Generated class or method.
-
EXTENSION__REDEFINING
static final EReference EXTENSION__REDEFINING
The meta object literal for the 'Redefining' reference list feature.- Generated class or method.
-
EXTENSION__SUBSETTING
static final EReference EXTENSION__SUBSETTING
The meta object literal for the 'Subsetting' reference list feature.- Generated class or method.
-
-