com.togethersoft.sca.core
Interface IParameterBoolean

All Superinterfaces:
IParameter

public interface IParameterBoolean
extends IParameter

Represents a boolean parameter.


Fields inherited from interface com.togethersoft.sca.core.IParameter
BOOLEAN, INTEGER, LIST, REAL, STRING, STRING_ENUM
 
Method Summary
 boolean getDefaultValue()
          Returns the default value of this parameter.
 boolean getValue()
          Returns the boolean value of this parameter.
 void setValue(boolean value)
          Sets the value of this parameter.
 
Methods inherited from interface com.togethersoft.sca.core.IParameter
clone, getId, getName, getType, isRemovable
 

Method Detail

getDefaultValue

public boolean getDefaultValue()
Returns the default value of this parameter.
Returns:
the default value of this parameter.

getValue

public boolean getValue()
Returns the boolean value of this parameter.
Returns:
the boolean value of this parameter.

setValue

public void setValue(boolean value)
Sets the value of this parameter.
Parameters:
value - specifies the new value.