org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink
Interface TextlinkPackage.Literals

Enclosing interface:
TextlinkPackage

public static interface TextlinkPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass EMF_MODEL_LOCATION
          The meta object literal for the 'Emf Model Location' class.
static org.eclipse.emf.ecore.EReference EMF_MODEL_LOCATION__MODEL_ELEMENT
          The meta object literal for the 'Model Element' reference feature.
static org.eclipse.emf.ecore.EClass MODEL_LOCATION
          The meta object literal for the 'Model Location' class.
static org.eclipse.emf.ecore.EAttribute MODEL_LOCATION__PROPERTY_NAME
          The meta object literal for the 'Property Name' attribute feature.
static org.eclipse.emf.ecore.EClass REGION
          The meta object literal for the 'Region' class.
static org.eclipse.emf.ecore.EAttribute REGION__LENGTH
          The meta object literal for the 'Length' attribute feature.
static org.eclipse.emf.ecore.EAttribute REGION__OFFSET
          The meta object literal for the 'Offset' attribute feature.
static org.eclipse.emf.ecore.EClass TEXT_LOCATION
          The meta object literal for the 'Text Location' class.
static org.eclipse.emf.ecore.EReference TEXT_LOCATION__REGION
          The meta object literal for the 'Region' containment reference feature.
static org.eclipse.emf.ecore.EAttribute TEXT_LOCATION__RESOURCE
          The meta object literal for the 'Resource' attribute feature.
static org.eclipse.emf.ecore.EClass TRACE
          The meta object literal for the 'Trace' class.
static org.eclipse.emf.ecore.EReference TRACE__TRACE_LINKS
          The meta object literal for the 'Trace Links' containment reference list feature.
static org.eclipse.emf.ecore.EClass TRACE_LINK
          The meta object literal for the 'Trace Link' class.
static org.eclipse.emf.ecore.EReference TRACE_LINK__DESTINATION
          The meta object literal for the 'Destination' containment reference feature.
static org.eclipse.emf.ecore.EReference TRACE_LINK__SOURCE
          The meta object literal for the 'Source' containment reference feature.
static org.eclipse.emf.ecore.EClass TRACE_LINK_END
          The meta object literal for the 'Trace Link End' class.
 

Field Detail

TRACE

static final org.eclipse.emf.ecore.EClass TRACE
The meta object literal for the 'Trace' class.

See Also:
TraceImpl, TextlinkPackageImpl.getTrace()

TRACE__TRACE_LINKS

static final org.eclipse.emf.ecore.EReference TRACE__TRACE_LINKS
The meta object literal for the 'Trace Links' containment reference list feature.


TRACE_LINK

static final org.eclipse.emf.ecore.EClass TRACE_LINK
The meta object literal for the 'Trace Link' class.

See Also:
TraceLinkImpl, TextlinkPackageImpl.getTraceLink()

TRACE_LINK__SOURCE

static final org.eclipse.emf.ecore.EReference TRACE_LINK__SOURCE
The meta object literal for the 'Source' containment reference feature.


TRACE_LINK__DESTINATION

static final org.eclipse.emf.ecore.EReference TRACE_LINK__DESTINATION
The meta object literal for the 'Destination' containment reference feature.


TRACE_LINK_END

static final org.eclipse.emf.ecore.EClass TRACE_LINK_END
The meta object literal for the 'Trace Link End' class.

See Also:
TraceLinkEndImpl, TextlinkPackageImpl.getTraceLinkEnd()

MODEL_LOCATION

static final org.eclipse.emf.ecore.EClass MODEL_LOCATION
The meta object literal for the 'Model Location' class.

See Also:
ModelLocationImpl, TextlinkPackageImpl.getModelLocation()

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:
EmfModelLocationImpl, TextlinkPackageImpl.getEmfModelLocation()

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:
TextLocationImpl, TextlinkPackageImpl.getTextLocation()

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:
RegionImpl, TextlinkPackageImpl.getRegion()

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.