IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.trace.model
Interface LTTPackage

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

public interface LTTPackage
extends org.eclipse.emf.ecore.EPackage


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
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
 
Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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 LTTPackage eINSTANCE
The singleton instance of the package.


LTT_ANNOTATION_VALUE

static final int LTT_ANNOTATION_VALUE
The meta object id for the LTT Annotation Value class.

See Also:
Constant Field Values

LTT_ANNOTATION_VALUE__STRING_VALUE

static final int LTT_ANNOTATION_VALUE__STRING_VALUE
The feature id for the 'String Value' attribute.

See Also:
Constant Field Values

LTT_ANNOTATION_VALUE__LTT_ANNOTATION_ENTRY

static final int LTT_ANNOTATION_VALUE__LTT_ANNOTATION_ENTRY
The feature id for the 'String Value' attribute.

See Also:
Constant Field Values

LTT_ANNOTATION_VALUE__CONTAINER

static final int LTT_ANNOTATION_VALUE__CONTAINER
The feature id for the 'Container' reference.

See Also:
Constant Field Values

LTT_ANNOTATION_VALUE_FEATURE_COUNT

static final int LTT_ANNOTATION_VALUE_FEATURE_COUNT
The number of structural features of the the 'TRC Object Value' class.

See Also:
Constant Field Values

LTT_ANNOTATION_ENTRY

static final int LTT_ANNOTATION_ENTRY
The meta object id for the TRC Input Output Entry class.

See Also:
Constant Field Values

LTT_ANNOTATION_ENTRY__VALUE

static final int LTT_ANNOTATION_ENTRY__VALUE
The feature id for the 'Value' containment reference list.

See Also:
Constant Field Values

LTT_ANNOTATION_ENTRY__CONTAINER

static final int LTT_ANNOTATION_ENTRY__CONTAINER
The feature id for the 'Container' container reference.

See Also:
Constant Field Values

LTT_ANNOTATION_ENTRY__KEY

static final int LTT_ANNOTATION_ENTRY__KEY
The feature id for the 'Key' reference.

See Also:
Constant Field Values

LTT_ANNOTATION_ENTRY_FEATURE_COUNT

static final int LTT_ANNOTATION_ENTRY_FEATURE_COUNT
The number of structural features of the the 'TRC Input Output Entry' class.

See Also:
Constant Field Values

LTT_ANNOTATION_CONTAINER

static final int LTT_ANNOTATION_CONTAINER
The meta object id for the TRC Input Output Container class.

See Also:
Constant Field Values

LTT_ANNOTATION_CONTAINER__ENTRIES

static final int LTT_ANNOTATION_CONTAINER__ENTRIES
The feature id for the 'Entries' map.

See Also:
Constant Field Values

LTT_ANNOTATION_CONTAINER_FEATURE_COUNT

static final int LTT_ANNOTATION_CONTAINER_FEATURE_COUNT
The number of structural features of the the 'TRC Input Output Container' class.

See Also:
Constant Field Values
Method Detail

getLTTAnnotationValue

org.eclipse.emf.ecore.EClass getLTTAnnotationValue()
Returns the meta object for class 'TRC Object Value'.

Returns:
the meta object for class 'TRC Object Value'.

getLTTAnnotationValue_Offset

org.eclipse.emf.ecore.EAttribute getLTTAnnotationValue_Offset()
Returns the meta object for the attribute 'Offset'.

Returns:
the meta object for the attribute 'String Value'.

getLTTAnnotationValue_LTTAnnotationEntry

org.eclipse.emf.ecore.EReference getLTTAnnotationValue_LTTAnnotationEntry()
Returns the meta object for the container reference 'TRC Input Output Entry'.

Returns:
the meta object for the container reference 'TRC Input Output Entry'.

getLTTAnnotationValue_Container

org.eclipse.emf.ecore.EReference getLTTAnnotationValue_Container()
Returns the meta object for the reference 'Container'.

Returns:
the meta object for the reference 'Container'.

getLTTAnnotationEntry

org.eclipse.emf.ecore.EClass getLTTAnnotationEntry()
Returns the meta object for class 'TRC Input Output Entry'.

Returns:
the meta object for class 'TRC Input Output Entry'.
See Also:
Map.Entry

getLTTAnnotationEntry_Value

org.eclipse.emf.ecore.EReference getLTTAnnotationEntry_Value()
Returns the meta object for the containment reference list 'Value'.

Returns:
the meta object for the containment reference list 'Value'.
See Also:
org.eclipse.hyades.models.trace.impl.TRCInputOutputEntryImpl, org.eclipse.hyades.models.trace.impl.TracePackageImpl#getTRCInputOutputEntry()

getLTTAnnotationEntry_Container

org.eclipse.emf.ecore.EReference getLTTAnnotationEntry_Container()
Returns the meta object for the container reference 'Container'.

Returns:
the meta object for the container reference 'Container'.
See Also:
org.eclipse.hyades.models.trace.impl.TRCInputOutputEntryImpl, org.eclipse.hyades.models.trace.impl.TracePackageImpl#getTRCInputOutputEntry()

getLTTAnnotationEntry_Key

org.eclipse.emf.ecore.EReference getLTTAnnotationEntry_Key()
Returns the meta object for the reference 'Key'.

Returns:
the meta object for the reference 'Key'.
See Also:
org.eclipse.hyades.models.trace.impl.TRCInputOutputEntryImpl, org.eclipse.hyades.models.trace.impl.TracePackageImpl#getTRCInputOutputEntry()

getLTTAnnotationContainer

org.eclipse.emf.ecore.EClass getLTTAnnotationContainer()
Returns the meta object for class 'TRC Input Output Container'.

Returns:
the meta object for class 'TRC Input Output Container'.
See Also:
TRCInputOutputContainer

getLTTAnnotationContainer_Entries

org.eclipse.emf.ecore.EReference getLTTAnnotationContainer_Entries()
Returns the meta object for the map 'Entries'.

Returns:
the meta object for the map 'Entries'.
See Also:
TRCInputOutputContainer.getEntries()

getLTTFactory

LTTFactory getLTTFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.