All Packages Class Hierarchy This Package Previous Next Index
Class parameter.IntegerParameter
java.lang.Object
|
+----parameter.Parameter
|
+----parameter.IntegerParameter
- public class IntegerParameter
- extends Parameter
IntegerParameter is used to store the value of an integer parameter.
- Version:
- $Revision: 1.3 $
-
value
- The actual (integer) value of a parameter
-
IntegerParameter(ParameterType, String)
-
-
getValue()
-
-
setValue(String)
- Set the integer value of a parameter.
value
private int value
- The actual (integer) value of a parameter
IntegerParameter
public IntegerParameter(ParameterType parameterType,
String newValue)
getValue
public String getValue()
- Overrides:
- getValue in class Parameter
setValue
public void setValue(String stringVal)
- Set the integer value of a parameter.
The integer value must be a valid integer and must be within the
range specified in IntegerParameterType.
- Overrides:
- setValue in class Parameter
All Packages Class Hierarchy This Package Previous Next Index