umontreal.iro.lecuyer.xmlbind.params
Class BooleanProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
umontreal.iro.lecuyer.xmlbind.params.BooleanProperty
public class BooleanProperty
- extends AbstractProperty
Represents a boolean property.
Method Summary |
boolean |
isSetValue()
|
boolean |
isValue()
Gets the value of the value property. |
void |
setValue(boolean value)
Sets the value of the value property. |
void |
unsetValue()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected Boolean value
BooleanProperty
public BooleanProperty()
isValue
public boolean isValue()
- Gets the value of the value property.
- Returns:
- possible object is
Boolean
setValue
public void setValue(boolean value)
- Sets the value of the value property.
- 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.