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

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

public interface IGMonthDay
extends IConcreteTerm

gMonthDay is a gregorian date that recurs, specifically a day of the year such as the third of May.

Remark: IRIS supports datatypes according to the standard specification for primitive XML Schema datatypes.

    Created on 11.04.2006
    Committed by $Author: bazbishop237 $
    $Source: /tmp/iris-cvsbackup/iris/api/org/deri/iris/api/terms/concrete/IGMonthDay.java,v $,
 

Version:
$Revision: 1.5 $ $Date: 2007-10-09 20:21:21 $
Author:
Richard P??ttler

Method Summary
 int getDay()
          Returns the day.
 int getMonth()
          Returns the month.
 Integer[] getValue()
          Return the wrapped type.
 
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

getValue

Integer[] getValue()
Return the wrapped type.

Specified by:
getValue in interface ITerm
Returns:
The term value.

getMonth

int getMonth()
Returns the month.

Returns:
the month

getDay

int getDay()
Returns the day.

Returns:
the day