Package org.modelversioning.emfprofile
Interface EMFProfilePackage.Literals
-
- Enclosing interface:
- EMFProfilePackage
public static interface EMFProfilePackage.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 EClass
EXTENSION
The meta object literal for the 'Extension
' class.static EAttribute
EXTENSION__LOWER_BOUND
The meta object literal for the 'Lower Bound' attribute feature.static EReference
EXTENSION__REDEFINED
The meta object literal for the 'Redefined' reference list feature.static EReference
EXTENSION__REDEFINING
The meta object literal for the 'Redefining' reference list feature.static EReference
EXTENSION__SOURCE
The meta object literal for the 'Source' container reference feature.static EReference
EXTENSION__SUBSETTED
The meta object literal for the 'Subsetted' reference list feature.static EReference
EXTENSION__SUBSETTING
The meta object literal for the 'Subsetting' reference list feature.static EReference
EXTENSION__TARGET
The meta object literal for the 'Target' reference feature.static EAttribute
EXTENSION__UPPER_BOUND
The meta object literal for the 'Upper Bound' attribute feature.static EClass
PROFILE
The meta object literal for the 'Profile
' class.static EClass
STEREOTYPE
The meta object literal for the 'Stereotype
' class.static EReference
STEREOTYPE__EXTENSIONS
The meta object literal for the 'Extensions' containment reference list feature.static EAttribute
STEREOTYPE__ICON_PATH
The meta object literal for the 'Icon Path' attribute feature.static EAttribute
STEREOTYPE__META_BASE
The 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.
-
-