Package org.eclipse.graphiti.mm
Interface MmPackage.Literals
- Enclosing interface:
- MmPackage
public static interface MmPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature 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 'Graphics Algorithm Container
' class.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Property
' 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 'Property Container
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Properties' containment reference list feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Style Container
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Styles' containment reference list feature.
-
Field Details
-
PROPERTY
static final org.eclipse.emf.ecore.EClass PROPERTYThe meta object literal for the 'Property
' class.- See Also:
-
PROPERTY__KEY
static final org.eclipse.emf.ecore.EAttribute PROPERTY__KEYThe meta object literal for the 'Key' attribute feature. -
PROPERTY__VALUE
static final org.eclipse.emf.ecore.EAttribute PROPERTY__VALUEThe meta object literal for the 'Value' attribute feature. -
GRAPHICS_ALGORITHM_CONTAINER
static final org.eclipse.emf.ecore.EClass GRAPHICS_ALGORITHM_CONTAINERThe meta object literal for the 'Graphics Algorithm Container
' class. -
PROPERTY_CONTAINER
static final org.eclipse.emf.ecore.EClass PROPERTY_CONTAINERThe meta object literal for the 'Property Container
' class. -
PROPERTY_CONTAINER__PROPERTIES
static final org.eclipse.emf.ecore.EReference PROPERTY_CONTAINER__PROPERTIESThe meta object literal for the 'Properties' containment reference list feature. -
STYLE_CONTAINER
static final org.eclipse.emf.ecore.EClass STYLE_CONTAINERThe meta object literal for the 'Style Container
' class. -
STYLE_CONTAINER__STYLES
static final org.eclipse.emf.ecore.EReference STYLE_CONTAINER__STYLESThe meta object literal for the 'Styles' containment reference list feature.
-