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