com.sun.n1.sps.model.util
Interface PromptParamList

All Superinterfaces:
VariableSettingsSource

public interface PromptParamList
extends VariableSettingsSource

A list of PromptParam objects.


Method Summary
 java.lang.String[] getVarNames()
          Returns the names of all params that are currently defined.
 java.lang.String getVarValue(java.lang.String paramName)
          Returns the default value of the param with the passed variable name, or null if no such param exists.
 
Methods inherited from interface com.sun.n1.util.vars.VariableSettingsSource
containsVarValue
 

Method Detail

getVarValue

java.lang.String getVarValue(java.lang.String paramName)
Returns the default value of the param with the passed variable name, or null if no such param exists.

Specified by:
getVarValue in interface VariableSettingsSource
Parameters:
paramName - the name of the param to look up.
Returns:
The default value of the param with the passed name.

getVarNames

java.lang.String[] getVarNames()
Returns the names of all params that are currently defined.

Specified by:
getVarNames in interface VariableSettingsSource
Returns:
The names of all params that are currently defined.