Class LongType

All Implemented Interfaces:
Serializable, DataType

public class LongType extends PrimitiveType
Long data type.
See Also:
  • Method Details

    • isLong

      public boolean isLong()
      Description copied from interface: DataType
      Returns true if the type is long or Long.
      Returns:
      true if the type is long or Long.
    • valueOf

      public Long 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.