Class NamedData
- java.lang.Object
-
- com.xceptance.xlt.api.report.external.NamedData
-
@Deprecated public class NamedData extends java.lang.ObjectDeprecated.As of XLT 4.6.0: This class is not used at all in the XLT API and will therefore be removed soon.ANamedDataholds a value and its abstract name.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.Get the name.doublegetValue()Deprecated.Get the value.
-
-
-
Constructor Detail
-
NamedData
public NamedData(java.lang.String name, double value)Deprecated.Creates an instance ofNamedData.- Parameters:
name- the name of the valuevalue- the value
-
-