org.jbind.xml.core.data
Interface IGYear

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

public interface IGYear
extends IGDate


Method Summary
 CompareResult compareTo(IGYear aDate)
           
 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()

compareTo

public CompareResult compareTo(IGYear aDate)