|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGYearMonth
An interface for representing the gYearMonth datatype. (represents a specific gregorian month in a specific gregorian year).
Remark: IRIS supports datatypes according to the standard specification for primitive XML Schema datatypes.
| Method Summary | |
|---|---|
int |
getMonth()
Returns a specific gregorian month (in a gregorian calendar year). |
Integer[] |
getValue()
Return the wrapped type. |
int |
getYear()
Returns the year (a gregorian calendar 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 |
|---|
Integer[] getValue()
getValue in interface ITermint getYear()
int getMonth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||