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