IBM Rational Performance Tester SDK

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface LTTAnnotationValue
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'LTT Annotation Value'. This represent the toString() value of an object. The collection agent can send a different string representation of the object if the output from toString() method is not appropiate. Later we can extend this class with specialized value classes.


Method Summary
 Map.Entry getLTTAnnotationEntry()
          Returns the value of the 'LTT Annotation Entry' container reference
 String getOffset()
          Returns the value of the 'offset' attribute
 void setContainer(LTTAnnotationContainer value)
          Sets the value of the LTTAnnotationValue Container reference
 void setLTTAnnotationEntry(Map.Entry value)
          Sets the value of the 'LTT Annotation Entry' container reference
 void setOffset(String value)
          Sets the value of the 'offset' attribute
 
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
 

Method Detail

getOffset

String getOffset()
Returns the value of the 'offset' attribute.

If the meaning of the 'offset' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'offset' attribute.

setOffset

void setOffset(String value)
Sets the value of the 'offset' attribute.

Parameters:
value - the new value of the 'String Value' attribute.
See Also:
LTTAnnotationValue.getOffset()

getLTTAnnotationEntry

Map.Entry getLTTAnnotationEntry()
Returns the value of the 'LTT Annotation Entry' container reference.

If the meaning of the 'LTT Annotation Entry' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'TRC Input Output Entry' container reference.

setLTTAnnotationEntry

void setLTTAnnotationEntry(Map.Entry value)
Sets the value of the 'LTT Annotation Entry' container reference.

Parameters:
value - the new value of the 'LTT Annotation Entry' container reference.
See Also:
LTTAnnotationValue.getLTTAnnotationEntry()

setContainer

void setContainer(LTTAnnotationContainer value)
Sets the value of the LTTAnnotationValue Container reference.

Parameters:
value - the new value of the 'Container' reference.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.