ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class NumberListProperty

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
      extended by 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
           
 
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
name
 
Constructor Summary
NumberListProperty()
           
 
Method Summary
 double[] getValue()
           
 double getValue(int idx)
           
 int getValueLength()
           
 boolean isSetValue()
           
 void setValue(double[] values)
           
 double setValue(int idx, double value)
           
 void unsetValue()
           
 
Methods inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
getName, isSetName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double[] value
Constructor Detail

NumberListProperty

public NumberListProperty()
Method Detail

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()

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.