umontreal.iro.lecuyer.xmlbind.params
Class NumberProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
umontreal.iro.lecuyer.xmlbind.params.NumberProperty
public class NumberProperty
- extends AbstractProperty
Represents a property whose value is a
double-precision number.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected Double value
NumberProperty
public NumberProperty()
getValue
public double getValue()
- Gets the value of the value property.
- Returns:
- possible object is
Double
setValue
public void setValue(double value)
- Sets the value of the value property.
- 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.