| |
|
| java.lang.Object org.cougaar.lib.param.Param org.cougaar.lib.param.BooleanParam
BooleanParam | public class BooleanParam extends Param (Code) | | Class that encapsulates a boolean parameter. The name and
the type of the parameter are inhereted from the base class.
this class only adds the value of the parameter.
|
BooleanParam | public BooleanParam(String n, boolean v)(Code) | | Constructor
Parameters: v - the boolean value of the parameter |
getBooleanValue | boolean getBooleanValue() throws ParamException(Code) | | Get accessor for the boolean value of a parameter.
Override if needed.
the boolean value of the parameter. |
|
|
|