Method Summary |
|
public void | addOffset(TypedTime offset) Adds an starting time offset. |
public Object | clone() Copies the current instance. |
public String | encode() Gets an encoded string representation of the object. |
public int | getActiveDuration() Returns the "active duration" in seconds. |
public int[] | getOffsetArray() Returns the list of offsets. |
public Vector | getOffsets() Gets a vector of starting time offsets. |
public int | getRepeatInterval() Returns the "repeat interval" in seconds. |
public boolean | getTypedTime() Returns whether the field will be output as a typed time or a
integer value.
Typed time is formatted as an integer followed by a unit
character. |
public void | setActiveDuration(TypedTime duration) Sets the duration. |
public void | setActiveDuration(int activeDuration) Sets the "active duration" in seconds. |
public void | setOffsetArray(int[] offsets) Sets the list of offsets. |
public void | setRepeatInterval(TypedTime interval) Sets the repeat interval. |
public void | setRepeatInterval(int repeatInterval) Sets the repeat interval in seconds. |
public void | setTypedTime(boolean typedTime) Sets whether the field will be output as a typed time or a integer value.
Typed time is formatted as an integer followed by a unit
character. |