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 $

Variable Index

 o value
The actual (boolean) value of a parameter

Constructor Index

 o BooleanParameter(ParameterType, String)

Method Index

 o getValue()
 o setValue(String)
Set the boolean value of a parameter.

Variables

 o value
 private boolean value
The actual (boolean) value of a parameter

Constructors

 o BooleanParameter
 public BooleanParameter(ParameterType parameterType,
                         String newValue)

Methods

 o setValue
 public void setValue(String stringVal)
Set the boolean value of a parameter.

Overrides:
setValue in class Parameter
 o getValue
 public String getValue()
Overrides:
getValue in class Parameter

All Packages  Class Hierarchy  This Package  Previous  Next  Index