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