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