Class NamedData


  • @Deprecated
    public class NamedData
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      NamedData​(java.lang.String name, double value)
      Deprecated.
      Creates an instance of NamedData.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Deprecated.
      Get the name.
      double getValue()
      Deprecated.
      Get the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamedData

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

      • getName

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

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