com.togethersoft.sca.core
Interface IParameterList
- All Superinterfaces:
- IParameter
- public interface IParameterList
- extends IParameter
Represents a string parameter that can be chosen from a set of
predefined alternatives.
addParameter
public void addParameter(IParameter par)
- Method add parameter to list
- Parameters:
par - added parameter
getParameterList
public IParameter[] getParameterList()
- Returns an array of values allowed for this parameter.
removeParameter
public void removeParameter(IParameter par)
- Method remove parameter to list
- Parameters:
par - removed parameter