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
FieldsModifier and TypeFieldDescriptionstatic 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 TRACEThe meta object literal for the 'Trace
' class.- See Also:
-
TRACE__TRACE_LINKS
static final org.eclipse.emf.ecore.EReference TRACE__TRACE_LINKSThe meta object literal for the 'Trace Links' containment reference list feature. -
TRACE_LINK
static final org.eclipse.emf.ecore.EClass TRACE_LINKThe meta object literal for the 'Trace Link
' class. -
TRACE_LINK__SOURCE
static final org.eclipse.emf.ecore.EReference TRACE_LINK__SOURCEThe meta object literal for the 'Source' containment reference feature. -
TRACE_LINK__DESTINATION
static final org.eclipse.emf.ecore.EReference TRACE_LINK__DESTINATIONThe meta object literal for the 'Destination' containment reference feature. -
TRACE_LINK_END
static final org.eclipse.emf.ecore.EClass TRACE_LINK_ENDThe meta object literal for the 'Trace Link End
' class. -
MODEL_LOCATION
static final org.eclipse.emf.ecore.EClass MODEL_LOCATIONThe meta object literal for the 'Model Location
' class. -
MODEL_LOCATION__PROPERTY_NAME
static final org.eclipse.emf.ecore.EAttribute MODEL_LOCATION__PROPERTY_NAMEThe meta object literal for the 'Property Name' attribute feature. -
EMF_MODEL_LOCATION
static final org.eclipse.emf.ecore.EClass EMF_MODEL_LOCATIONThe meta object literal for the 'Emf Model Location
' class. -
EMF_MODEL_LOCATION__MODEL_ELEMENT
static final org.eclipse.emf.ecore.EReference EMF_MODEL_LOCATION__MODEL_ELEMENTThe meta object literal for the 'Model Element' reference feature. -
TEXT_LOCATION
static final org.eclipse.emf.ecore.EClass TEXT_LOCATIONThe meta object literal for the 'Text Location
' class. -
TEXT_LOCATION__RESOURCE
static final org.eclipse.emf.ecore.EAttribute TEXT_LOCATION__RESOURCEThe meta object literal for the 'Resource' attribute feature. -
TEXT_LOCATION__REGION
static final org.eclipse.emf.ecore.EReference TEXT_LOCATION__REGIONThe meta object literal for the 'Region' containment reference feature. -
REGION
static final org.eclipse.emf.ecore.EClass REGIONThe meta object literal for the 'Region
' class.- See Also:
-
REGION__OFFSET
static final org.eclipse.emf.ecore.EAttribute REGION__OFFSETThe meta object literal for the 'Offset' attribute feature. -
REGION__LENGTH
static final org.eclipse.emf.ecore.EAttribute REGION__LENGTHThe meta object literal for the 'Length' attribute feature. -
REGION__TEXT
static final org.eclipse.emf.ecore.EAttribute REGION__TEXTThe meta object literal for the 'Text' attribute feature.
-