|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDateTerm
An interface for representing the date datatype.
Remark: IRIS supports datatypes according to the standard specification for primitive XML Schema datatypes.
$Id$
| Method Summary | |
|---|---|
int |
getDay()
Returns the day of the month. |
int |
getMonth()
Returns the month of the year. |
TimeZone |
getTimeZone()
Returns the Timezone |
XMLGregorianCalendar |
getValue()
Return the wrapped type. |
int |
getYear()
Returns the year. |
| 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 |
| Method Detail |
|---|
XMLGregorianCalendar getValue()
getValue in interface ITermint getMonth()
int getYear()
int getDay()
TimeZone getTimeZone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||