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.
getValue
public boolean getValue()
setValue
public void setValue(boolean b)