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.


Fields inherited from interface com.togethersoft.sca.core.IParameter
BOOLEAN, INTEGER, LIST, REAL, STRING, STRING_ENUM
 
Method Summary
 void addParameter(IParameter par)
          Method add parameter to list
 IParameter[] getParameterList()
          Returns an array of values allowed for this parameter.
 void removeParameter(IParameter par)
          Method remove parameter to list
 
Methods inherited from interface com.togethersoft.sca.core.IParameter
clone, getId, getName, getType, isRemovable
 

Method Detail

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