org.deri.iris.api.terms.concrete
Interface IUnsignedInt
- All Superinterfaces:
- Comparable<ITerm>, IConcreteTerm, IDecimalTerm, IIntegerTerm, INonNegativeInteger, INumericTerm, ITerm, IUnsignedLong
- All Known Subinterfaces:
- IUnsignedByte, IUnsignedShort
- All Known Implementing Classes:
- UnsignedByte, UnsignedInt, UnsignedShort
public interface IUnsignedInt
- extends IUnsignedLong
Represents the XML Schema datatype xsd:unsignedInt.
- Author:
- Adrian Marte
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
isGround |
MAX_INCLUSIVE
static final long MAX_INCLUSIVE
- The maximal value of unsigned int.
- See Also:
- Constant Field Values
DATATYPE_URI
static final String DATATYPE_URI
- Defines the XML Schema datatype URI.
- See Also:
- Constant Field Values