com.togethersoft.sca.core
Interface IParameterString

All Superinterfaces:
IParameter

public interface IParameterString
extends IParameter

Represents a string parameter.


Fields inherited from interface com.togethersoft.sca.core.IParameter
BOOLEAN, INTEGER, LIST, REAL, STRING, STRING_ENUM
 
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.
 
Methods inherited from interface com.togethersoft.sca.core.IParameter
clone, getId, getName, getType, isRemovable
 

Method Detail

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.