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 $

Variable Index

 o value
The actual (integer) value of a parameter

Constructor Index

 o IntegerParameter(ParameterType, String)

Method Index

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

Variables

 o value
 private int value
The actual (integer) value of a parameter

Constructors

 o IntegerParameter
 public IntegerParameter(ParameterType parameterType,
                         String newValue)

Methods

 o getValue
 public String getValue()
Overrides:
getValue in class Parameter
 o 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