Interface EMFProfileApplicationPackage.Literals
-
- Enclosing interface:
- EMFProfileApplicationPackage
public static interface EMFProfileApplicationPackage.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
PROFILE_APPLICATION
The meta object literal for the 'Profile Application
' class.static EReference
PROFILE_APPLICATION__IMPORTED_PROFILES
The meta object literal for the 'Imported Profiles' containment reference list feature.static EReference
PROFILE_APPLICATION__STEREOTYPE_APPLICATIONS
The meta object literal for the 'Stereotype Applications' containment reference list feature.static EClass
PROFILE_IMPORT
The meta object literal for the 'Profile Import
' class.static EAttribute
PROFILE_IMPORT__LOCATION
The meta object literal for the 'Location' attribute feature.static EAttribute
PROFILE_IMPORT__NS_URI
The meta object literal for the 'Ns URI' attribute feature.static EReference
PROFILE_IMPORT__PROFILE
The meta object literal for the 'Profile' reference feature.static EClass
STEREOTYPE_APPLICABILITY
The meta object literal for the 'Stereotype Applicability
' class.static EReference
STEREOTYPE_APPLICABILITY__EXTENSION
The meta object literal for the 'Extension' reference feature.static EReference
STEREOTYPE_APPLICABILITY__STEREOTYPE
The meta object literal for the 'Stereotype' reference feature.static EClass
STEREOTYPE_APPLICATION
The meta object literal for the 'Stereotype Application
' class.static EReference
STEREOTYPE_APPLICATION__APPLIED_TO
The meta object literal for the 'Applied To' reference feature.static EReference
STEREOTYPE_APPLICATION__EXTENSION
The meta object literal for the 'Extension' reference feature.static EReference
STEREOTYPE_APPLICATION__PROFILE_APPLICATION
The meta object literal for the 'Profile Application' container reference feature.
-
-
-
Field Detail
-
PROFILE_APPLICATION
static final EClass PROFILE_APPLICATION
The meta object literal for the 'Profile Application
' class.- See Also:
ProfileApplicationImpl
,EMFProfileApplicationPackageImpl.getProfileApplication()
- Generated class or method.
-
PROFILE_APPLICATION__STEREOTYPE_APPLICATIONS
static final EReference PROFILE_APPLICATION__STEREOTYPE_APPLICATIONS
The meta object literal for the 'Stereotype Applications' containment reference list feature.- Generated class or method.
-
PROFILE_APPLICATION__IMPORTED_PROFILES
static final EReference PROFILE_APPLICATION__IMPORTED_PROFILES
The meta object literal for the 'Imported Profiles' containment reference list feature.- Generated class or method.
-
PROFILE_IMPORT
static final EClass PROFILE_IMPORT
The meta object literal for the 'Profile Import
' class.- See Also:
ProfileImportImpl
,EMFProfileApplicationPackageImpl.getProfileImport()
- Generated class or method.
-
PROFILE_IMPORT__NS_URI
static final EAttribute PROFILE_IMPORT__NS_URI
The meta object literal for the 'Ns URI' attribute feature.- Generated class or method.
-
PROFILE_IMPORT__LOCATION
static final EAttribute PROFILE_IMPORT__LOCATION
The meta object literal for the 'Location' attribute feature.- Generated class or method.
-
PROFILE_IMPORT__PROFILE
static final EReference PROFILE_IMPORT__PROFILE
The meta object literal for the 'Profile' reference feature.- Generated class or method.
-
STEREOTYPE_APPLICATION
static final EClass STEREOTYPE_APPLICATION
The meta object literal for the 'Stereotype Application
' class.- See Also:
StereotypeApplicationImpl
,EMFProfileApplicationPackageImpl.getStereotypeApplication()
- Generated class or method.
-
STEREOTYPE_APPLICATION__APPLIED_TO
static final EReference STEREOTYPE_APPLICATION__APPLIED_TO
The meta object literal for the 'Applied To' reference feature.- Generated class or method.
-
STEREOTYPE_APPLICATION__PROFILE_APPLICATION
static final EReference STEREOTYPE_APPLICATION__PROFILE_APPLICATION
The meta object literal for the 'Profile Application' container reference feature.- Generated class or method.
-
STEREOTYPE_APPLICATION__EXTENSION
static final EReference STEREOTYPE_APPLICATION__EXTENSION
The meta object literal for the 'Extension' reference feature.- Generated class or method.
-
STEREOTYPE_APPLICABILITY
static final EClass STEREOTYPE_APPLICABILITY
The meta object literal for the 'Stereotype Applicability
' class.- See Also:
StereotypeApplicabilityImpl
,EMFProfileApplicationPackageImpl.getStereotypeApplicability()
- Generated class or method.
-
STEREOTYPE_APPLICABILITY__STEREOTYPE
static final EReference STEREOTYPE_APPLICABILITY__STEREOTYPE
The meta object literal for the 'Stereotype' reference feature.- Generated class or method.
-
STEREOTYPE_APPLICABILITY__EXTENSION
static final EReference STEREOTYPE_APPLICABILITY__EXTENSION
The meta object literal for the 'Extension' reference feature.- Generated class or method.
-
-