Class UnsignedIntDt

All Implemented Interfaces:
IDatatype, IElement, IIdentifiableElement, IPrimitiveDatatype<Integer>, ISupportsUndeclaredExtensions, Externalizable, Serializable, IBase, IBaseDatatype, IBaseIntegerDatatype, IPrimitiveType<Integer>

public class UnsignedIntDt extends IntegerDt
See Also:
  • Constructor Details

    • UnsignedIntDt

      public UnsignedIntDt()
      Constructor
    • UnsignedIntDt

      public UnsignedIntDt(int theInteger)
      Constructor
    • UnsignedIntDt

      public UnsignedIntDt(String theIntegerAsString)
      Constructor
      Parameters:
      theIntegerAsString - A string representation of an integer
      Throws:
      DataFormatException - If the string is not a valid integer representation