Class NamedData

java.lang.Object
com.xceptance.xlt.api.report.external.NamedData

@Deprecated public class NamedData extends Object
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 Details

    • NamedData

      public NamedData(String name, double value)
      Deprecated.
      Creates an instance of NamedData.
      Parameters:
      name - the name of the value
      value - the value
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Get the name.
      Returns:
      the name
    • getValue

      public double getValue()
      Deprecated.
      Get the value.
      Returns:
      value