com.togethersoft.sca.core
Interface IParameterString
- All Superinterfaces:
- IParameter
- public interface IParameterString
- extends IParameter
Represents a string parameter.
|
Method Summary |
java.lang.String |
getDefaultValue()
Returns the default value of this parameter. |
java.lang.String |
getValue()
Returns the string value of this parameter. |
void |
setValue(java.lang.String newValue)
Sets the value of this parameter. |
getDefaultValue
public java.lang.String getDefaultValue()
- Returns the default value of this parameter.
- Returns:
- the default value of this parameter.
getValue
public java.lang.String getValue()
- Returns the string value of this parameter.
- Returns:
- the string value of this parameter.
setValue
public void setValue(java.lang.String newValue)
- Sets the value of this parameter.
- Parameters:
value - specifies the new value.