Interface TextlinkPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TextlinkPackageImpl
public interface TextlinkPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
TextlinkFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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 TextlinkPackage
eINSTANCE
The singleton instance of the package.static int
EMF_MODEL_LOCATION
The meta object id for the 'Emf Model Location
' class.static int
EMF_MODEL_LOCATION__MODEL_ELEMENT
The feature id for the 'Model Element' reference.static int
EMF_MODEL_LOCATION__PROPERTY_NAME
The feature id for the 'Property Name' attribute.static int
EMF_MODEL_LOCATION_FEATURE_COUNT
The number of structural features of the 'Emf Model Location' class.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
MODEL_LOCATION
The meta object id for the 'Model Location
' class.static int
MODEL_LOCATION__PROPERTY_NAME
The feature id for the 'Property Name' attribute.static int
MODEL_LOCATION_FEATURE_COUNT
The number of structural features of the 'Model Location' class.static int
REGION
The meta object id for the 'Region
' class.static int
REGION__LENGTH
The feature id for the 'Length' attribute.static int
REGION__OFFSET
The feature id for the 'Offset' attribute.static int
REGION__TEXT
The feature id for the 'Text' attribute.static int
REGION_FEATURE_COUNT
The number of structural features of the 'Region' class.static int
TEXT_LOCATION
The meta object id for the 'Text Location
' class.static int
TEXT_LOCATION__REGION
The feature id for the 'Region' containment reference.static int
TEXT_LOCATION__RESOURCE
The feature id for the 'Resource' attribute.static int
TEXT_LOCATION_FEATURE_COUNT
The number of structural features of the 'Text Location' class.static int
TRACE
The meta object id for the 'Trace
' class.static int
TRACE__TRACE_LINKS
The feature id for the 'Trace Links' containment reference list.static int
TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class.static int
TRACE_LINK
The meta object id for the 'Trace Link
' class.static int
TRACE_LINK__DESTINATION
The feature id for the 'Destination' containment reference.static int
TRACE_LINK__SOURCE
The feature id for the 'Source' containment reference.static int
TRACE_LINK_END
The meta object id for the 'Trace Link End
' class.static int
TRACE_LINK_END_FEATURE_COUNT
The number of structural features of the 'Trace Link End' class.static int
TRACE_LINK_FEATURE_COUNT
The number of structural features of the 'Trace Link' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getEmfModelLocation()
Returns the meta object for class 'Emf Model Location
'.org.eclipse.emf.ecore.EReference
getEmfModelLocation_ModelElement()
Returns the meta object for the reference 'Model Element
'.org.eclipse.emf.ecore.EClass
getModelLocation()
Returns the meta object for class 'Model Location
'.org.eclipse.emf.ecore.EAttribute
getModelLocation_PropertyName()
Returns the meta object for the attribute 'Property Name
'.org.eclipse.emf.ecore.EClass
getRegion()
Returns the meta object for class 'Region
'.org.eclipse.emf.ecore.EAttribute
getRegion_Length()
Returns the meta object for the attribute 'Length
'.org.eclipse.emf.ecore.EAttribute
getRegion_Offset()
Returns the meta object for the attribute 'Offset
'.org.eclipse.emf.ecore.EAttribute
getRegion_Text()
Returns the meta object for the attribute 'Text
'.TextlinkFactory
getTextlinkFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getTextLocation()
Returns the meta object for class 'Text Location
'.org.eclipse.emf.ecore.EReference
getTextLocation_Region()
Returns the meta object for the containment reference 'Region
'.org.eclipse.emf.ecore.EAttribute
getTextLocation_Resource()
Returns the meta object for the attribute 'Resource
'.org.eclipse.emf.ecore.EClass
getTrace()
Returns the meta object for class 'Trace
'.org.eclipse.emf.ecore.EReference
getTrace_TraceLinks()
Returns the meta object for the containment reference list 'Trace Links
'.org.eclipse.emf.ecore.EClass
getTraceLink()
Returns the meta object for class 'Trace Link
'.org.eclipse.emf.ecore.EReference
getTraceLink_Destination()
Returns the meta object for the containment reference 'Destination
'.org.eclipse.emf.ecore.EReference
getTraceLink_Source()
Returns the meta object for the containment reference 'Source
'.org.eclipse.emf.ecore.EClass
getTraceLinkEnd()
Returns the meta object for class 'Trace Link End
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final TextlinkPackage eINSTANCE
The singleton instance of the package.
-
TRACE
static final int TRACE
The meta object id for the 'Trace
' class.
-
TRACE__TRACE_LINKS
static final int TRACE__TRACE_LINKS
The feature id for the 'Trace Links' containment reference list.- See Also:
- Constant Field Values
-
TRACE_FEATURE_COUNT
static final int TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class.- See Also:
- Constant Field Values
-
TRACE_LINK
static final int TRACE_LINK
The meta object id for the 'Trace Link
' class.
-
TRACE_LINK__SOURCE
static final int TRACE_LINK__SOURCE
The feature id for the 'Source' containment reference.- See Also:
- Constant Field Values
-
TRACE_LINK__DESTINATION
static final int TRACE_LINK__DESTINATION
The feature id for the 'Destination' containment reference.- See Also:
- Constant Field Values
-
TRACE_LINK_FEATURE_COUNT
static final int TRACE_LINK_FEATURE_COUNT
The number of structural features of the 'Trace Link' class.- See Also:
- Constant Field Values
-
TRACE_LINK_END
static final int TRACE_LINK_END
The meta object id for the 'Trace Link End
' class.
-
TRACE_LINK_END_FEATURE_COUNT
static final int TRACE_LINK_END_FEATURE_COUNT
The number of structural features of the 'Trace Link End' class.- See Also:
- Constant Field Values
-
MODEL_LOCATION
static final int MODEL_LOCATION
The meta object id for the 'Model Location
' class.
-
MODEL_LOCATION__PROPERTY_NAME
static final int MODEL_LOCATION__PROPERTY_NAME
The feature id for the 'Property Name' attribute.- See Also:
- Constant Field Values
-
MODEL_LOCATION_FEATURE_COUNT
static final int MODEL_LOCATION_FEATURE_COUNT
The number of structural features of the 'Model Location' class.- See Also:
- Constant Field Values
-
EMF_MODEL_LOCATION
static final int EMF_MODEL_LOCATION
The meta object id for the 'Emf Model Location
' class.
-
EMF_MODEL_LOCATION__PROPERTY_NAME
static final int EMF_MODEL_LOCATION__PROPERTY_NAME
The feature id for the 'Property Name' attribute.- See Also:
- Constant Field Values
-
EMF_MODEL_LOCATION__MODEL_ELEMENT
static final int EMF_MODEL_LOCATION__MODEL_ELEMENT
The feature id for the 'Model Element' reference.- See Also:
- Constant Field Values
-
EMF_MODEL_LOCATION_FEATURE_COUNT
static final int EMF_MODEL_LOCATION_FEATURE_COUNT
The number of structural features of the 'Emf Model Location' class.- See Also:
- Constant Field Values
-
TEXT_LOCATION
static final int TEXT_LOCATION
The meta object id for the 'Text Location
' class.
-
TEXT_LOCATION__RESOURCE
static final int TEXT_LOCATION__RESOURCE
The feature id for the 'Resource' attribute.- See Also:
- Constant Field Values
-
TEXT_LOCATION__REGION
static final int TEXT_LOCATION__REGION
The feature id for the 'Region' containment reference.- See Also:
- Constant Field Values
-
TEXT_LOCATION_FEATURE_COUNT
static final int TEXT_LOCATION_FEATURE_COUNT
The number of structural features of the 'Text Location' class.- See Also:
- Constant Field Values
-
REGION
static final int REGION
The meta object id for the 'Region
' class.
-
REGION__OFFSET
static final int REGION__OFFSET
The feature id for the 'Offset' attribute.- See Also:
- Constant Field Values
-
REGION__LENGTH
static final int REGION__LENGTH
The feature id for the 'Length' attribute.- See Also:
- Constant Field Values
-
REGION__TEXT
static final int REGION__TEXT
The feature id for the 'Text' attribute.- See Also:
- Constant Field Values
-
REGION_FEATURE_COUNT
static final int REGION_FEATURE_COUNT
The number of structural features of the 'Region' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getTrace
org.eclipse.emf.ecore.EClass getTrace()
Returns the meta object for class 'Trace
'.- Returns:
- the meta object for class 'Trace'.
- See Also:
Trace
-
getTrace_TraceLinks
org.eclipse.emf.ecore.EReference getTrace_TraceLinks()
Returns the meta object for the containment reference list 'Trace Links
'.- Returns:
- the meta object for the containment reference list 'Trace Links'.
- See Also:
Trace.getTraceLinks()
,getTrace()
-
getTraceLink
org.eclipse.emf.ecore.EClass getTraceLink()
Returns the meta object for class 'Trace Link
'.- Returns:
- the meta object for class 'Trace Link'.
- See Also:
TraceLink
-
getTraceLink_Source
org.eclipse.emf.ecore.EReference getTraceLink_Source()
Returns the meta object for the containment reference 'Source
'.- Returns:
- the meta object for the containment reference 'Source'.
- See Also:
TraceLink.getSource()
,getTraceLink()
-
getTraceLink_Destination
org.eclipse.emf.ecore.EReference getTraceLink_Destination()
Returns the meta object for the containment reference 'Destination
'.- Returns:
- the meta object for the containment reference 'Destination'.
- See Also:
TraceLink.getDestination()
,getTraceLink()
-
getTraceLinkEnd
org.eclipse.emf.ecore.EClass getTraceLinkEnd()
Returns the meta object for class 'Trace Link End
'.- Returns:
- the meta object for class 'Trace Link End'.
- See Also:
TraceLinkEnd
-
getModelLocation
org.eclipse.emf.ecore.EClass getModelLocation()
Returns the meta object for class 'Model Location
'.- Returns:
- the meta object for class 'Model Location'.
- See Also:
ModelLocation
-
getModelLocation_PropertyName
org.eclipse.emf.ecore.EAttribute getModelLocation_PropertyName()
Returns the meta object for the attribute 'Property Name
'.- Returns:
- the meta object for the attribute 'Property Name'.
- See Also:
ModelLocation.getPropertyName()
,getModelLocation()
-
getEmfModelLocation
org.eclipse.emf.ecore.EClass getEmfModelLocation()
Returns the meta object for class 'Emf Model Location
'.- Returns:
- the meta object for class 'Emf Model Location'.
- See Also:
EmfModelLocation
-
getEmfModelLocation_ModelElement
org.eclipse.emf.ecore.EReference getEmfModelLocation_ModelElement()
Returns the meta object for the reference 'Model Element
'.- Returns:
- the meta object for the reference 'Model Element'.
- See Also:
EmfModelLocation.getModelElement()
,getEmfModelLocation()
-
getTextLocation
org.eclipse.emf.ecore.EClass getTextLocation()
Returns the meta object for class 'Text Location
'.- Returns:
- the meta object for class 'Text Location'.
- See Also:
TextLocation
-
getTextLocation_Resource
org.eclipse.emf.ecore.EAttribute getTextLocation_Resource()
Returns the meta object for the attribute 'Resource
'.- Returns:
- the meta object for the attribute 'Resource'.
- See Also:
TextLocation.getResource()
,getTextLocation()
-
getTextLocation_Region
org.eclipse.emf.ecore.EReference getTextLocation_Region()
Returns the meta object for the containment reference 'Region
'.- Returns:
- the meta object for the containment reference 'Region'.
- See Also:
TextLocation.getRegion()
,getTextLocation()
-
getRegion
org.eclipse.emf.ecore.EClass getRegion()
Returns the meta object for class 'Region
'.- Returns:
- the meta object for class 'Region'.
- See Also:
Region
-
getRegion_Offset
org.eclipse.emf.ecore.EAttribute getRegion_Offset()
Returns the meta object for the attribute 'Offset
'.- Returns:
- the meta object for the attribute 'Offset'.
- See Also:
Region.getOffset()
,getRegion()
-
getRegion_Length
org.eclipse.emf.ecore.EAttribute getRegion_Length()
Returns the meta object for the attribute 'Length
'.- Returns:
- the meta object for the attribute 'Length'.
- See Also:
Region.getLength()
,getRegion()
-
getRegion_Text
org.eclipse.emf.ecore.EAttribute getRegion_Text()
Returns the meta object for the attribute 'Text
'.- Returns:
- the meta object for the attribute 'Text'.
- See Also:
Region.getText()
,getRegion()
-
getTextlinkFactory
TextlinkFactory getTextlinkFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-