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

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, IDecimalTerm, IIntegerTerm, INonNegativeInteger, INumericTerm, ITerm
All Known Subinterfaces:
IUnsignedByte, IUnsignedInt, IUnsignedShort
All Known Implementing Classes:
UnsignedByte, UnsignedInt, UnsignedLong, UnsignedShort

public interface IUnsignedLong
extends INonNegativeInteger

Represents the XML Schema datatype xsd:unsignedLong.

Author:
Adrian Marte

Field Summary
static String DATATYPE_URI
          Defines the XML Schema datatype URI.
static BigInteger MAX_INCLUSIVE
          The maximal value of unsigned long.
 
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

MAX_INCLUSIVE

static final BigInteger MAX_INCLUSIVE
The maximal value of unsigned long.


DATATYPE_URI

static final String DATATYPE_URI
Defines the XML Schema datatype URI.

See Also:
Constant Field Values