Class DoubleType

All Implemented Interfaces:
Serializable, DataType

public class DoubleType extends PrimitiveType
Double data type.
See Also:
  • Method Details

    • isDouble

      public boolean isDouble()
      Description copied from interface: DataType
      Returns true if the type is double or Double.
      Returns:
      true if the type is double or Double.
    • toString

      public String toString(Object o)
      Description copied from interface: DataType
      Returns the string representation of a value of the type.
      Parameters:
      o - the value.
      Returns:
      the string representation
    • valueOf

      public Double valueOf(String s)
      Description copied from interface: DataType
      Returns the value from its string representation.
      Parameters:
      s - the string representation of a value of this type.
      Returns:
      the value.