umontreal.iro.lecuyer.xmlbind.params
Class DurationListProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
umontreal.iro.lecuyer.xmlbind.params.DurationListProperty
public class DurationListProperty
- extends AbstractProperty
Represents a property whose value is a list of time
durations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected Duration[] value
DurationListProperty
public DurationListProperty()
getValue
public Duration[] getValue()
- Returns:
- array of
Duration
getValue
public Duration getValue(int idx)
- Returns:
- one of
Duration
getValueLength
public int getValueLength()
setValue
public void setValue(Duration[] values)
- Parameters:
values
- allowed objects are
Duration
setValue
public Duration setValue(int idx,
Duration value)
- Parameters:
value
- allowed object is
Duration
isSetValue
public boolean isSetValue()
unsetValue
public void unsetValue()
To submit a bug or ask questions, send an e-mail to
Richard Simard.