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

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, IDateTime, ITerm
All Known Implementing Classes:
DateTimeStamp

public interface IDateTimeStamp
extends IDateTime

Represents the XML Schema datatype xsd:dateTimeStamp.

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.concrete.IDateTime
getDay, getDecimalSecond, getHour, getMillisecond, getMinute, getMonth, getSecond, getTimeZone, getValue, getYear
 
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