Class ShortType

All Implemented Interfaces:
Serializable, DataType

public class ShortType extends PrimitiveType
Short data type.
See Also:
  • Method Details

    • isShort

      public boolean isShort()
      Description copied from interface: DataType
      Returns true if the type is short or Short.
      Returns:
      true if the type is short or Short.
    • valueOf

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