Class IntType

All Implemented Interfaces:
Serializable, DataType

public class IntType extends PrimitiveType
Integer data type.
See Also:
  • Method Details

    • isInt

      public boolean isInt()
      Description copied from interface: DataType
      Returns true if the type is int or Integer.
      Returns:
      true if the type is int or Integer.
    • valueOf

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