Class ByteType

All Implemented Interfaces:
Serializable, DataType

public class ByteType extends PrimitiveType
Byte data type.
See Also:
  • Method Details

    • isByte

      public boolean isByte()
      Description copied from interface: DataType
      Returns true if the type is byte or Byte.
      Returns:
      true if the type is byte or Byte.
    • valueOf

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