java.lang.Objectorg.objectweb.telosys.common.val.BooleanValue
This class wraps a value of the primitive type 'boolean' in an object. The current value can be changed with the 'setValue' method.
Constructor Summary | |
BooleanValue()
Default constructor, the initial value is 'false'. |
|
BooleanValue(boolean v)
Constructor with initial value |
Method Summary | |
boolean |
getValue()
|
void |
setValue(boolean v)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BooleanValue()
public BooleanValue(boolean v)
v
- initial valueMethod Detail |
public void setValue(boolean v)
public boolean getValue()
public java.lang.String toString()