Interface CasProcessorConfigurationParameterSettings
- All Known Implementing Classes:
CasProcessorConfigurationParameterSettingsImpl
public interface CasProcessorConfigurationParameterSettings
Contains configuration parameter settings for a CAS Processor. These settings override settings
in the CAS Processor's descriptor.
-
Method Summary
Modifier and TypeMethodDescriptionGets the settings for configuration parameters that are not in any group.getParameterValue(String aParamName) Looks up the value of a parameter.voidsetParameterValue(String aParamName, Object aValue) Sets the value of a parameter.
-
Method Details
-
getParameterSettings
NameValuePair[] getParameterSettings()Gets the settings for configuration parameters that are not in any group.- Returns:
- an array of
NameValuePairobjects, each of which contains a parameter name and the value of that parameter
-
getParameterValue
-
setParameterValue
-