org.deri.iris.api.terms.concrete
Interface IShortTerm

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, IDecimalTerm, IIntegerTerm, INumericTerm, ITerm
All Known Implementing Classes:
ByteTerm, ShortTerm

public interface IShortTerm
extends IIntegerTerm

Represent the XML Schema datatype xsd:short.

Author:
Adrian Marte

Field Summary
static String DATATYPE_URI
          Defines the XML Schema datatype URI.
 
Method Summary
 
Methods inherited from interface org.deri.iris.api.terms.INumericTerm
getValue, isNegativeInfinity, isNotANumber, isPositiveInfinity
 
Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm
getDatatypeIRI, toCanonicalString
 
Methods inherited from interface org.deri.iris.api.terms.ITerm
isGround
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DATATYPE_URI

static final String DATATYPE_URI
Defines the XML Schema datatype URI.

See Also:
Constant Field Values