Interface NotationPackage.Literals
-
- Enclosing interface:
- NotationPackage
public static interface NotationPackage.LiteralsDefines 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
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClassDIAGRAMThe meta object literal for the 'Diagram' class.static org.eclipse.emf.ecore.EAttributeDIAGRAM__DIAGRAM_TYPEThe meta object literal for the 'Diagram Type' attribute feature.static org.eclipse.emf.ecore.EReferenceDIAGRAM__ELEMENTSThe meta object literal for the 'Elements' containment reference list feature.static org.eclipse.emf.ecore.EClassEDGEThe meta object literal for the 'Edge' class.static org.eclipse.emf.ecore.EReferenceEDGE__BEND_POINTSThe meta object literal for the 'Bend Points' containment reference list feature.static org.eclipse.emf.ecore.EReferenceEDGE__SOURCEThe meta object literal for the 'Source' reference feature.static org.eclipse.emf.ecore.EReferenceEDGE__TARGETThe meta object literal for the 'Target' reference feature.static org.eclipse.emf.ecore.EClassNOTATION_ELEMENTThe meta object literal for the 'Element' class.static org.eclipse.emf.ecore.EReferenceNOTATION_ELEMENT__SEMANTIC_ELEMENTThe meta object literal for the 'Semantic Element' containment reference feature.static org.eclipse.emf.ecore.EAttributeNOTATION_ELEMENT__TYPEThe meta object literal for the 'Type' attribute feature.static org.eclipse.emf.ecore.EClassSEMANTIC_ELEMENT_REFERENCEThe meta object literal for the 'Semantic Element Reference' class.static org.eclipse.emf.ecore.EAttributeSEMANTIC_ELEMENT_REFERENCE__ELEMENT_IDThe meta object literal for the 'Element Id' attribute feature.static org.eclipse.emf.ecore.EReferenceSEMANTIC_ELEMENT_REFERENCE__RESOLVED_SEMANTIC_ELEMENTThe meta object literal for the 'Resolved Semantic Element' reference feature.static org.eclipse.emf.ecore.EClassSHAPEThe meta object literal for the 'Shape' class.static org.eclipse.emf.ecore.EReferenceSHAPE__POSITIONThe meta object literal for the 'Position' containment reference feature.static org.eclipse.emf.ecore.EReferenceSHAPE__SIZEThe meta object literal for the 'Size' containment reference feature.
-
-
-
Field Detail
-
SHAPE
static final org.eclipse.emf.ecore.EClass SHAPE
The meta object literal for the 'Shape' class.- See Also:
ShapeImpl,NotationPackageImpl.getShape()
-
SHAPE__POSITION
static final org.eclipse.emf.ecore.EReference SHAPE__POSITION
The meta object literal for the 'Position' containment reference feature.
-
SHAPE__SIZE
static final org.eclipse.emf.ecore.EReference SHAPE__SIZE
The meta object literal for the 'Size' containment reference feature.
-
EDGE
static final org.eclipse.emf.ecore.EClass EDGE
The meta object literal for the 'Edge' class.- See Also:
EdgeImpl,NotationPackageImpl.getEdge()
-
EDGE__BEND_POINTS
static final org.eclipse.emf.ecore.EReference EDGE__BEND_POINTS
The meta object literal for the 'Bend Points' containment reference list feature.
-
EDGE__SOURCE
static final org.eclipse.emf.ecore.EReference EDGE__SOURCE
The meta object literal for the 'Source' reference feature.
-
EDGE__TARGET
static final org.eclipse.emf.ecore.EReference EDGE__TARGET
The meta object literal for the 'Target' reference feature.
-
NOTATION_ELEMENT
static final org.eclipse.emf.ecore.EClass NOTATION_ELEMENT
The meta object literal for the 'Element' class.
-
NOTATION_ELEMENT__SEMANTIC_ELEMENT
static final org.eclipse.emf.ecore.EReference NOTATION_ELEMENT__SEMANTIC_ELEMENT
The meta object literal for the 'Semantic Element' containment reference feature.
-
NOTATION_ELEMENT__TYPE
static final org.eclipse.emf.ecore.EAttribute NOTATION_ELEMENT__TYPE
The meta object literal for the 'Type' attribute feature.
-
DIAGRAM
static final org.eclipse.emf.ecore.EClass DIAGRAM
The meta object literal for the 'Diagram' class.- See Also:
DiagramImpl,NotationPackageImpl.getDiagram()
-
DIAGRAM__ELEMENTS
static final org.eclipse.emf.ecore.EReference DIAGRAM__ELEMENTS
The meta object literal for the 'Elements' containment reference list feature.
-
DIAGRAM__DIAGRAM_TYPE
static final org.eclipse.emf.ecore.EAttribute DIAGRAM__DIAGRAM_TYPE
The meta object literal for the 'Diagram Type' attribute feature.
-
SEMANTIC_ELEMENT_REFERENCE
static final org.eclipse.emf.ecore.EClass SEMANTIC_ELEMENT_REFERENCE
The meta object literal for the 'Semantic Element Reference' class.
-
SEMANTIC_ELEMENT_REFERENCE__ELEMENT_ID
static final org.eclipse.emf.ecore.EAttribute SEMANTIC_ELEMENT_REFERENCE__ELEMENT_ID
The meta object literal for the 'Element Id' attribute feature.
-
SEMANTIC_ELEMENT_REFERENCE__RESOLVED_SEMANTIC_ELEMENT
static final org.eclipse.emf.ecore.EReference SEMANTIC_ELEMENT_REFERENCE__RESOLVED_SEMANTIC_ELEMENT
The meta object literal for the 'Resolved Semantic Element' reference feature.
-
-