public interface LTTPackage
extends org.eclipse.emf.ecore.EPackage
Modifier and Type | Field and Description |
---|---|
static LTTPackage |
eINSTANCE
The singleton instance of the package
|
static String |
eNAME
The package name
|
static String |
eNS_PREFIX
The package namespace name
|
static String |
eNS_URI
The package namespace URI
|
static int |
LTT_ANNOTATION_CONTAINER
The meta object id for the TRC Input Output Container class
|
static int |
LTT_ANNOTATION_CONTAINER__ENTRIES
The feature id for the 'Entries' map
|
static int |
LTT_ANNOTATION_CONTAINER_FEATURE_COUNT
The number of structural features of the the 'TRC Input Output Container' class
|
static int |
LTT_ANNOTATION_ENTRY
The meta object id for the TRC Input Output Entry class
|
static int |
LTT_ANNOTATION_ENTRY__CONTAINER
The feature id for the 'Container' container reference
|
static int |
LTT_ANNOTATION_ENTRY__KEY
The feature id for the 'Key' reference
|
static int |
LTT_ANNOTATION_ENTRY__VALUE
The feature id for the 'Value' containment reference list
|
static int |
LTT_ANNOTATION_ENTRY_FEATURE_COUNT
The number of structural features of the the 'TRC Input Output Entry' class
|
static int |
LTT_ANNOTATION_VALUE
The meta object id for the LTT Annotation Value class
|
static int |
LTT_ANNOTATION_VALUE__CONTAINER
The feature id for the 'Container' reference
|
static int |
LTT_ANNOTATION_VALUE__LTT_ANNOTATION_ENTRY
The feature id for the 'String Value' attribute
|
static int |
LTT_ANNOTATION_VALUE__STRING_VALUE
The feature id for the 'String Value' attribute
|
static int |
LTT_ANNOTATION_VALUE_FEATURE_COUNT
The number of structural features of the the 'TRC Object Value' class
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getLTTAnnotationContainer_Entries()
Returns the meta object for the map '
Entries ' |
org.eclipse.emf.ecore.EClass |
getLTTAnnotationContainer()
Returns the meta object for class '
TRC Input Output Container ' |
org.eclipse.emf.ecore.EReference |
getLTTAnnotationEntry_Container()
Returns the meta object for the container reference '
Container ' |
org.eclipse.emf.ecore.EReference |
getLTTAnnotationEntry_Key()
Returns the meta object for the reference '
Key ' |
org.eclipse.emf.ecore.EReference |
getLTTAnnotationEntry_Value()
Returns the meta object for the containment reference list '
Value ' |
org.eclipse.emf.ecore.EClass |
getLTTAnnotationEntry()
Returns the meta object for class '
TRC Input Output Entry ' |
org.eclipse.emf.ecore.EReference |
getLTTAnnotationValue_Container()
Returns the meta object for the reference '
Container ' |
org.eclipse.emf.ecore.EReference |
getLTTAnnotationValue_LTTAnnotationEntry()
Returns the meta object for the container reference '
TRC Input Output Entry ' |
org.eclipse.emf.ecore.EAttribute |
getLTTAnnotationValue_Offset()
Returns the meta object for the attribute '
Offset ' |
org.eclipse.emf.ecore.EClass |
getLTTAnnotationValue()
Returns the meta object for class '
TRC Object Value ' |
LTTFactory |
getLTTFactory()
Returns the factory that creates the instances of the model
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final LTTPackage eINSTANCE
static final int LTT_ANNOTATION_VALUE
static final int LTT_ANNOTATION_VALUE__STRING_VALUE
static final int LTT_ANNOTATION_VALUE__LTT_ANNOTATION_ENTRY
static final int LTT_ANNOTATION_VALUE__CONTAINER
static final int LTT_ANNOTATION_VALUE_FEATURE_COUNT
static final int LTT_ANNOTATION_ENTRY
static final int LTT_ANNOTATION_ENTRY__VALUE
static final int LTT_ANNOTATION_ENTRY__CONTAINER
static final int LTT_ANNOTATION_ENTRY__KEY
static final int LTT_ANNOTATION_ENTRY_FEATURE_COUNT
static final int LTT_ANNOTATION_CONTAINER
static final int LTT_ANNOTATION_CONTAINER__ENTRIES
static final int LTT_ANNOTATION_CONTAINER_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getLTTAnnotationValue()
TRC Object Value
'.
org.eclipse.emf.ecore.EAttribute getLTTAnnotationValue_Offset()
Offset
'.
org.eclipse.emf.ecore.EReference getLTTAnnotationValue_LTTAnnotationEntry()
TRC Input Output Entry
'.
org.eclipse.emf.ecore.EReference getLTTAnnotationValue_Container()
Container
'.
org.eclipse.emf.ecore.EClass getLTTAnnotationEntry()
TRC Input Output Entry
'.
Map.Entry
org.eclipse.emf.ecore.EReference getLTTAnnotationEntry_Value()
Value
'.
org.eclipse.hyades.models.trace.impl.TRCInputOutputEntryImpl
,
org.eclipse.hyades.models.trace.impl.TracePackageImpl#getTRCInputOutputEntry()
org.eclipse.emf.ecore.EReference getLTTAnnotationEntry_Container()
Container
'.
org.eclipse.hyades.models.trace.impl.TRCInputOutputEntryImpl
,
org.eclipse.hyades.models.trace.impl.TracePackageImpl#getTRCInputOutputEntry()
org.eclipse.emf.ecore.EReference getLTTAnnotationEntry_Key()
Key
'.
org.eclipse.hyades.models.trace.impl.TRCInputOutputEntryImpl
,
org.eclipse.hyades.models.trace.impl.TracePackageImpl#getTRCInputOutputEntry()
org.eclipse.emf.ecore.EClass getLTTAnnotationContainer()
TRC Input Output Container
'.
TRCInputOutputContainer
org.eclipse.emf.ecore.EReference getLTTAnnotationContainer_Entries()
Entries
'.
TRCInputOutputContainer.getEntries()
LTTFactory getLTTFactory()
© Copyright IBM Corp. 2013. All rights reserved.