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