org.jbind.xml.core.data
Interface ITime

All Superinterfaces:
IPointInTime, java.io.Serializable
All Known Implementing Classes:
Time

public interface ITime
extends IPointInTime


Method Summary
 CompareResult compareTo(ITime aTime)
           
 
Methods inherited from interface org.jbind.xml.core.data.IPointInTime
getFraction, getHour, getMinute, getSecond, hadTimeZone
 

Method Detail

compareTo

public CompareResult compareTo(ITime aTime)