Interface ApplicationPackageImpl.Literals
- Enclosing class:
- ApplicationPackageImpl
public static interface ApplicationPackageImpl.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Addon
' class.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Application
' class.static final org.eclipse.emf.ecore.EOperation
The meta object literal for the 'Get Command' operation.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Addons' containment reference list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Categories' containment reference list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Commands' containment reference list feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Element
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Contributor URI' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Element Id' attribute feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Persisted State' map feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Tags' attribute list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Transient Data' map feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Contribution
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Contribution URI' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Object' attribute feature.static final org.eclipse.emf.ecore.EDataType
The meta object literal for the 'IEclipse Context' data type.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'String To Object Map
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Key' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Value' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'String To String Map
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Key' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Value' attribute feature.
-
Field Details
-
STRING_TO_STRING_MAP
static final org.eclipse.emf.ecore.EClass STRING_TO_STRING_MAPThe meta object literal for the 'String To String Map
' class. -
STRING_TO_STRING_MAP__KEY
static final org.eclipse.emf.ecore.EAttribute STRING_TO_STRING_MAP__KEYThe meta object literal for the 'Key' attribute feature. -
STRING_TO_STRING_MAP__VALUE
static final org.eclipse.emf.ecore.EAttribute STRING_TO_STRING_MAP__VALUEThe meta object literal for the 'Value' attribute feature. -
APPLICATION
static final org.eclipse.emf.ecore.EClass APPLICATIONThe meta object literal for the 'Application
' class.- Since:
- 1.0
- See Also:
-
APPLICATION__COMMANDS
static final org.eclipse.emf.ecore.EReference APPLICATION__COMMANDSThe meta object literal for the 'Commands' containment reference list feature.- Since:
- 1.0
-
APPLICATION__ADDONS
static final org.eclipse.emf.ecore.EReference APPLICATION__ADDONSThe meta object literal for the 'Addons' containment reference list feature.- Since:
- 1.0
-
APPLICATION__CATEGORIES
static final org.eclipse.emf.ecore.EReference APPLICATION__CATEGORIESThe meta object literal for the 'Categories' containment reference list feature.- Since:
- 1.0
-
APPLICATION___GET_COMMAND__STRING
static final org.eclipse.emf.ecore.EOperation APPLICATION___GET_COMMAND__STRINGThe meta object literal for the 'Get Command' operation.- Since:
- 1.2
-
APPLICATION_ELEMENT
static final org.eclipse.emf.ecore.EClass APPLICATION_ELEMENTThe meta object literal for the 'Element
' class.- Since:
- 1.0
- See Also:
-
APPLICATION_ELEMENT__ELEMENT_ID
static final org.eclipse.emf.ecore.EAttribute APPLICATION_ELEMENT__ELEMENT_IDThe meta object literal for the 'Element Id' attribute feature.- Since:
- 1.0
-
APPLICATION_ELEMENT__PERSISTED_STATE
static final org.eclipse.emf.ecore.EReference APPLICATION_ELEMENT__PERSISTED_STATEThe meta object literal for the 'Persisted State' map feature.- Since:
- 1.0
-
APPLICATION_ELEMENT__TAGS
static final org.eclipse.emf.ecore.EAttribute APPLICATION_ELEMENT__TAGSThe meta object literal for the 'Tags' attribute list feature.- Since:
- 1.0
-
APPLICATION_ELEMENT__CONTRIBUTOR_URI
static final org.eclipse.emf.ecore.EAttribute APPLICATION_ELEMENT__CONTRIBUTOR_URIThe meta object literal for the 'Contributor URI' attribute feature.- Since:
- 1.0
-
APPLICATION_ELEMENT__TRANSIENT_DATA
static final org.eclipse.emf.ecore.EReference APPLICATION_ELEMENT__TRANSIENT_DATAThe meta object literal for the 'Transient Data' map feature.- Since:
- 1.0
-
CONTRIBUTION
static final org.eclipse.emf.ecore.EClass CONTRIBUTIONThe meta object literal for the 'Contribution
' class.- Since:
- 1.0
- See Also:
-
CONTRIBUTION__CONTRIBUTION_URI
static final org.eclipse.emf.ecore.EAttribute CONTRIBUTION__CONTRIBUTION_URIThe meta object literal for the 'Contribution URI' attribute feature.- Since:
- 1.0
-
CONTRIBUTION__OBJECT
static final org.eclipse.emf.ecore.EAttribute CONTRIBUTION__OBJECTThe meta object literal for the 'Object' attribute feature.- Since:
- 1.0
-
ADDON
static final org.eclipse.emf.ecore.EClass ADDONThe meta object literal for the 'Addon
' class.- Since:
- 1.0
- See Also:
-
STRING_TO_OBJECT_MAP
static final org.eclipse.emf.ecore.EClass STRING_TO_OBJECT_MAPThe meta object literal for the 'String To Object Map
' class. -
STRING_TO_OBJECT_MAP__KEY
static final org.eclipse.emf.ecore.EAttribute STRING_TO_OBJECT_MAP__KEYThe meta object literal for the 'Key' attribute feature. -
STRING_TO_OBJECT_MAP__VALUE
static final org.eclipse.emf.ecore.EAttribute STRING_TO_OBJECT_MAP__VALUEThe meta object literal for the 'Value' attribute feature. -
IECLIPSE_CONTEXT
static final org.eclipse.emf.ecore.EDataType IECLIPSE_CONTEXTThe meta object literal for the 'IEclipse Context' data type.
-