com.ibm.rational.test.lt.kernel.statistics
Interface IText

All Superinterfaces:
IStatTree

public interface IText
extends IStatTree

The IText interface is used for text based statistical counters.

Statistical counters that do not fit any of the other counter types can be created as type TEXT. IBM Rational Performance Tester assumes no meaning for TEXT counters, but collects them in the performance test results.


Method Summary
 void setText(java.lang.String text)
          Sets the string value of the the counter.
 
Methods inherited from interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
getStat, makeDefinition, makeObservation, setDescription
 

Method Detail

setText

public void setText(java.lang.String text)
Sets the string value of the the counter.

Parameters:
text - the value for the counter.


Copyright (c) IBM Corp. and others 2005. All rights reserved