com.ds.fw.types
Interface FwBooleanIF

All Superinterfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
All Known Implementing Classes:
FwBoolean

public interface FwBooleanIF
extends FwSimpleObjectIF

I am used to wrap the boolean primitive. I basically serve the same purpose as java.lang.Boolean but have two advantages: 1) my value is mutable, 2) I implement the simpleObject interface.


Method Summary
 boolean getValue()
           
 void setValue(boolean b)
           
 
Methods inherited from interface com.ds.fw.types.FwSimpleObjectIF
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, toString, toStringValue
 

Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean b)