|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CasProcessorConfigurationParameterSettings
Contains configuration parameter settings for a CAS Processor. These settings override settings in the CAS Processor's descriptor.
Method Summary | |
---|---|
NameValuePair[] |
getParameterSettings()
Gets the settings for configuration parameters that are not in any group. |
Object |
getParameterValue(String aParamName)
Looks up the value of a parameter. |
void |
setParameterValue(String aParamName,
Object aValue)
Sets the value of a parameter. |
Method Detail |
---|
NameValuePair[] getParameterSettings()
NameValuePair
objects, each of which contains a parameter
name and the value of that parameterObject getParameterValue(String aParamName)
aParamName
- the name of a parameter
aParamName
void setParameterValue(String aParamName, Object aValue)
aParamName
- the name of a parameter that is not in any groupaValue
- the value to assign to the parameter. This must be a String, Boolean, Integer, Float,
or an array of one of those types.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |