Interface NotationPackage.Literals

  • Enclosing interface:
    NotationPackage

    public static interface NotationPackage.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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass DIAGRAM
      The meta object literal for the 'Diagram' class.
      static org.eclipse.emf.ecore.EAttribute DIAGRAM__DIAGRAM_TYPE
      The meta object literal for the 'Diagram Type' attribute feature.
      static org.eclipse.emf.ecore.EReference DIAGRAM__ELEMENTS
      The meta object literal for the 'Elements' containment reference list feature.
      static org.eclipse.emf.ecore.EClass EDGE
      The meta object literal for the 'Edge' class.
      static org.eclipse.emf.ecore.EReference EDGE__BEND_POINTS
      The meta object literal for the 'Bend Points' containment reference list feature.
      static org.eclipse.emf.ecore.EReference EDGE__SOURCE
      The meta object literal for the 'Source' reference feature.
      static org.eclipse.emf.ecore.EReference EDGE__TARGET
      The meta object literal for the 'Target' reference feature.
      static org.eclipse.emf.ecore.EClass NOTATION_ELEMENT
      The meta object literal for the 'Element' class.
      static org.eclipse.emf.ecore.EReference NOTATION_ELEMENT__SEMANTIC_ELEMENT
      The meta object literal for the 'Semantic Element' containment reference feature.
      static org.eclipse.emf.ecore.EAttribute NOTATION_ELEMENT__TYPE
      The meta object literal for the 'Type' attribute feature.
      static org.eclipse.emf.ecore.EClass SEMANTIC_ELEMENT_REFERENCE
      The meta object literal for the 'Semantic Element Reference' class.
      static org.eclipse.emf.ecore.EAttribute SEMANTIC_ELEMENT_REFERENCE__ELEMENT_ID
      The meta object literal for the 'Element Id' attribute feature.
      static org.eclipse.emf.ecore.EReference SEMANTIC_ELEMENT_REFERENCE__RESOLVED_SEMANTIC_ELEMENT
      The meta object literal for the 'Resolved Semantic Element' reference feature.
      static org.eclipse.emf.ecore.EClass SHAPE
      The meta object literal for the 'Shape' class.
      static org.eclipse.emf.ecore.EReference SHAPE__POSITION
      The meta object literal for the 'Position' containment reference feature.
      static org.eclipse.emf.ecore.EReference SHAPE__SIZE
      The meta object literal for the 'Size' containment reference feature.
    • Field Detail

      • 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__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__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__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__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.