ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class BooleanProperty

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
      extended by umontreal.iro.lecuyer.xmlbind.params.BooleanProperty

public class BooleanProperty
extends AbstractProperty

Represents a boolean property.


Field Summary
protected  Boolean value
           
 
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
name
 
Constructor Summary
BooleanProperty()
           
 
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 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 Boolean value
Constructor Detail

BooleanProperty

public BooleanProperty()
Method Detail

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

ContactCenters
V. 0.9.9.

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