| java.lang.Object com.sun.perseus.model.TimeCondition com.sun.perseus.model.OffsetCondition
OffsetCondition | final public class OffsetCondition extends TimeCondition (Code) | | An OffsetCondition generates a single TimeInstance
on initialization.
version: $Id: OffsetCondition.java,v 1.2 2006/04/21 06:38:06 st125089 Exp $ |
Field Summary | |
long | offset Offset from the time container's begin time. |
Method Summary | |
protected String | toStringTrait() Converts this OffsetCondition to a String trait. |
offset | long offset(Code) | | Offset from the time container's begin time.
|
OffsetCondition | public OffsetCondition(TimedElementSupport timedElement, boolean isBegin, long offset)(Code) | | Parameters: timedElement - the associated TimedElementSupport . Should not be null. Parameters: isBegin - defines whether this condition is for a begin list. Parameters: offset - offset compared to the time container's begin time. |
toStringTrait | protected String toStringTrait()(Code) | | Converts this OffsetCondition to a String trait.
a string describing this TimeCondition |
|
|