Interface TextlinkPackage.Literals

Enclosing interface:
TextlinkPackage

public static interface TextlinkPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Emf Model Location' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Model Element' reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model Location' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Property Name' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Region' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Length' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Offset' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Text' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Text Location' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Region' containment reference feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Resource' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Trace' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Trace Links' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Trace Link' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Destination' containment reference feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Source' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Trace Link End' class.
  • Field Details

    • TRACE

      static final org.eclipse.emf.ecore.EClass TRACE
      The meta object literal for the 'Trace' class.
      See Also:
    • MODEL_LOCATION

      static final org.eclipse.emf.ecore.EClass MODEL_LOCATION
      The meta object literal for the 'Model Location' class.
      See Also:
    • MODEL_LOCATION__PROPERTY_NAME

      static final org.eclipse.emf.ecore.EAttribute MODEL_LOCATION__PROPERTY_NAME
      The meta object literal for the 'Property Name' attribute feature.
    • EMF_MODEL_LOCATION

      static final org.eclipse.emf.ecore.EClass EMF_MODEL_LOCATION
      The meta object literal for the 'Emf Model Location' class.
      See Also:
    • EMF_MODEL_LOCATION__MODEL_ELEMENT

      static final org.eclipse.emf.ecore.EReference EMF_MODEL_LOCATION__MODEL_ELEMENT
      The meta object literal for the 'Model Element' reference feature.
    • TEXT_LOCATION

      static final org.eclipse.emf.ecore.EClass TEXT_LOCATION
      The meta object literal for the 'Text Location' class.
      See Also:
    • TEXT_LOCATION__RESOURCE

      static final org.eclipse.emf.ecore.EAttribute TEXT_LOCATION__RESOURCE
      The meta object literal for the 'Resource' attribute feature.
    • TEXT_LOCATION__REGION

      static final org.eclipse.emf.ecore.EReference TEXT_LOCATION__REGION
      The meta object literal for the 'Region' containment reference feature.
    • REGION

      static final org.eclipse.emf.ecore.EClass REGION
      The meta object literal for the 'Region' class.
      See Also:
    • REGION__OFFSET

      static final org.eclipse.emf.ecore.EAttribute REGION__OFFSET
      The meta object literal for the 'Offset' attribute feature.
    • REGION__LENGTH

      static final org.eclipse.emf.ecore.EAttribute REGION__LENGTH
      The meta object literal for the 'Length' attribute feature.
    • REGION__TEXT

      static final org.eclipse.emf.ecore.EAttribute REGION__TEXT
      The meta object literal for the 'Text' attribute feature.