org.deri.iris.api.terms.concrete
Interface IIntegerTerm
- All Superinterfaces:
- Comparable<ITerm>, IConcreteTerm, IDecimalTerm, INumericTerm, ITerm
- All Known Subinterfaces:
- IByteTerm, IIntTerm, ILongTerm, INegativeInteger, INonNegativeInteger, INonPositiveInteger, IPositiveInteger, IShortTerm, IUnsignedByte, IUnsignedInt, IUnsignedLong, IUnsignedShort
- All Known Implementing Classes:
- ByteTerm, IntegerTerm, IntTerm, LongTerm, NegativeInteger, NonNegativeInteger, NonPositiveInteger, PositiveInteger, ShortTerm, UnsignedByte, UnsignedInt, UnsignedLong, UnsignedShort
public interface IIntegerTerm
- extends IDecimalTerm
An interface for representing the integer datatype. The values of this
datatype consist of a ifinite-length sequence of decimal digits.
Remark: IRIS supports datatypes according to the standard specification for
primitive XML Schema datatypes.
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
isGround |
DATATYPE_URI
static final String DATATYPE_URI
- See Also:
- Constant Field Values