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

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

public interface IGMonth
extends IConcreteTerm

gMonth is a gregorian month that recurs every year.

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

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

Method Summary
 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