au.edu.swin.synergy.plugin.repository
Class BBoolean
java.lang.Object
|
+--au.edu.swin.synergy.plugin.repository.BBoolean
- public class BBoolean
- extends Object
- implements Serializable
A boolean in an object
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BBoolean
public BBoolean(boolean fValue)
BBoolean
public BBoolean()
getValue
public boolean getValue()
setValue
public void setValue(boolean fValue)