org.jbind.xml.core.data
Interface IGYearMonth

All Superinterfaces:
IGDate, java.io.Serializable
All Known Implementing Classes:
GYearMonth

public interface IGYearMonth
extends IGDate


Method Summary
 CompareResult compareTo(IGYearMonth aDate)
           
 int getMonth()
           
 int getSign()
           
 int getYear()
           
 
Methods inherited from interface org.jbind.xml.core.data.IGDate
getTimeZone
 

Method Detail

getSign

public int getSign()

getYear

public int getYear()

getMonth

public int getMonth()

compareTo

public CompareResult compareTo(IGYearMonth aDate)