public class CasProcessorConfigurationParameterSettingsImpl extends Object implements CasProcessorConfigurationParameterSettings
Modifier | Constructor and Description |
---|---|
protected |
CasProcessorConfigurationParameterSettingsImpl() |
protected |
CasProcessorConfigurationParameterSettingsImpl(ConfigurationParameterSettings aCps) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected CasProcessorConfigurationParameterSettingsImpl()
protected CasProcessorConfigurationParameterSettingsImpl(ConfigurationParameterSettings aCps)
public NameValuePair[] getParameterSettings()
CasProcessorConfigurationParameterSettings
getParameterSettings
in interface CasProcessorConfigurationParameterSettings
NameValuePair
objects, each of which contains a parameter
name and the value of that parameterpublic Object getParameterValue(String aParamName)
CasProcessorConfigurationParameterSettings
getParameterValue
in interface CasProcessorConfigurationParameterSettings
aParamName
- the name of a parameteraParamName
public void setParameterValue(String aParamName, Object aValue)
CasProcessorConfigurationParameterSettings
setParameterValue
in interface CasProcessorConfigurationParameterSettings
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.Copyright © 2017. All rights reserved.