com.threerings.parlor.data
Class ToggleParameter

java.lang.Object
  extended by com.threerings.parlor.data.Parameter
      extended by com.threerings.parlor.data.ToggleParameter
All Implemented Interfaces:
Streamable

public class ToggleParameter
extends Parameter

Models a parameter that allows the toggling of a single value.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 boolean start
          The starting state for this parameter.
 
Fields inherited from class com.threerings.parlor.data.Parameter
ident, name, tip
 
Constructor Summary
ToggleParameter()
           
 
Method Summary
 Object getDefaultValue()
          Returns the default value of this parameter.
 String getLabel()
          Returns the translation key for this parameter's label.
 
Methods inherited from class com.threerings.parlor.data.Parameter
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public boolean start
The starting state for this parameter.

Constructor Detail

ToggleParameter

public ToggleParameter()
Method Detail

getLabel

public String getLabel()
Description copied from class: Parameter
Returns the translation key for this parameter's label.

Specified by:
getLabel in class Parameter

getDefaultValue

public Object getDefaultValue()
Description copied from class: Parameter
Returns the default value of this parameter.

Specified by:
getDefaultValue in class Parameter