Class NamedData
java.lang.Object
com.xceptance.xlt.api.report.external.NamedData
Deprecated.
As of XLT 4.6.0: This class is not used at all in the XLT API and will therefore be removed soon.
A
NamedData holds a value and its abstract name.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NamedData
Deprecated.Creates an instance ofNamedData.- Parameters:
name- the name of the valuevalue- the value
-
-
Method Details
-
getName
Deprecated.Get the name.- Returns:
- the name
-
getValue
public double getValue()Deprecated.Get the value.- Returns:
- value
-