org.speakright.core.tests
Class Model.BooleanItem

java.lang.Object
  extended by org.speakright.core.ModelItemBase
      extended by org.speakright.core.tests.Model.BooleanItem
All Implemented Interfaces:
java.io.Serializable, IModelItem
Enclosing class:
Model

public static class Model.BooleanItem
extends ModelItemBase
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.speakright.core.ModelItemBase
m_formatter, m_isSet, m_name
 
Method Summary
 void clear()
          clear the value back to its default, and clear the 'set' flag.
 boolean get()
           
 java.lang.Object rawValue()
          get raw value as object.
 void set(boolean val)
           
 
Methods inherited from class org.speakright.core.ModelItemBase
getFormattedItem, getFormatter, isSet, log, setFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rawValue

public java.lang.Object rawValue()
Description copied from interface: IModelItem
get raw value as object. (for internal use)

Specified by:
rawValue in interface IModelItem
Returns:

clear

public void clear()
Description copied from interface: IModelItem
clear the value back to its default, and clear the 'set' flag.

Specified by:
clear in interface IModelItem

get

public boolean get()

set

public void set(boolean val)