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

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

public interface IGDay
extends IConcreteTerm

gDay is a gregorian day that recurs, specifically a day of the month such as the 5th of the month.

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/IGDay.java,v $,
 

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

Method Summary
 int getDay()
          Returns the day.
 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.

getDay

int getDay()
Returns the day.

Returns:
the day