All Packages Class Hierarchy This Package Previous Next Index
Class parameter.StringParameter
java.lang.Object
|
+----parameter.Parameter
|
+----parameter.StringParameter
- public class StringParameter
- extends Parameter
StringParameter is used to store the value of a string parameter.
- Version:
- $Revision: 1.3 $
-
value
- The actual (string) value of a parameter
-
StringParameter(ParameterType, String)
-
-
getValue()
-
-
setValue(String)
- Set the string value of a parameter.
value
private String value
- The actual (string) value of a parameter
StringParameter
public StringParameter(ParameterType parameterType,
String newValue)
setValue
public void setValue(String stringVal)
- Set the string value of a parameter.
- Overrides:
- setValue in class Parameter
getValue
public String getValue()
- Overrides:
- getValue in class Parameter
All Packages Class Hierarchy This Package Previous Next Index