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 $

Variable Index

 o value
The actual (real) value of a parameter

Constructor Index

 o RealParameter(ParameterType, String)

Method Index

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

Variables

 o value
 private double value
The actual (real) value of a parameter

Constructors

 o RealParameter
 public RealParameter(ParameterType parameterType,
                      String newValue)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index