All Packages Class Hierarchy This Package Previous Next Index
Class parameter.BooleanParameter
java.lang.Object
|
+----parameter.Parameter
|
+----parameter.BooleanParameter
- public class BooleanParameter
- extends Parameter
BooleanParameter is used to store the value of a boolean parameter.
- Version:
- $Revision: 1.2 $
-
value
- The actual (boolean) value of a parameter
-
BooleanParameter(ParameterType, String)
-
-
getValue()
-
-
setValue(String)
- Set the boolean value of a parameter.
value
private boolean value
- The actual (boolean) value of a parameter
BooleanParameter
public BooleanParameter(ParameterType parameterType,
String newValue)
setValue
public void setValue(String stringVal)
- Set the boolean value of a parameter.
- Overrides:
- setValue in class Parameter
getValue
public String getValue()
- Overrides:
- getValue in class Parameter
All Packages Class Hierarchy This Package Previous Next Index