org.deri.iris.api.terms.concrete
Interface IIntTerm
- All Superinterfaces:
- Comparable<ITerm>, IConcreteTerm, IDecimalTerm, IIntegerTerm, ILongTerm, INumericTerm, ITerm
- All Known Implementing Classes:
- ByteTerm, IntTerm, ShortTerm
public interface IIntTerm
- extends ILongTerm
Represents the XML Schema datatype xsd:int. In contrast to xsd:integer the
values of xsd:int consists of a finite-length sequence of decimal digits, in
the range of -2147483648 and 2147483647.
- Author:
- Adrian Marte
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
isGround |
DATATYPE_URI
static final String DATATYPE_URI
- Defines the XML Schema datatype URI.
- See Also:
- Constant Field Values