com.togethersoft.sca.core
Interface IParameterBoolean
- All Superinterfaces:
- IParameter
- public interface IParameterBoolean
- extends IParameter
Represents a boolean parameter.
|
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. |
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.