net.sf.letsparty.cfg
Interface Interval
- All Known Implementing Classes:
- BasicInterval, DateInterval, IntInterval, LongInterval, TimeInterval, TimestampInterval
- public interface Interval
Corresponds to an <interval> element in the configuration
setFrom
public void setFrom(java.lang.String from)
throws LetsPartyCfgException
- Throws:
LetsPartyCfgException
setTo
public void setTo(java.lang.String to)
throws LetsPartyCfgException
- Throws:
LetsPartyCfgException
getRelation
public IntervalCompareResult getRelation(java.lang.Object objectTo)