|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.collection.impl.metadata.cpe.CasProcessorConfigurationParameterSettingsImpl
public class CasProcessorConfigurationParameterSettingsImpl
Constructor Summary | |
---|---|
protected |
CasProcessorConfigurationParameterSettingsImpl()
|
protected |
CasProcessorConfigurationParameterSettingsImpl(ConfigurationParameterSettings aCps)
|
Method Summary | |
---|---|
NameValuePair[] |
getParameterSettings()
Gets the settings for configuration parameters that are not in any group. |
java.lang.Object |
getParameterValue(java.lang.String aParamName)
Looks up the value of a parameter. |
void |
setParameterValue(java.lang.String aParamName,
java.lang.Object aValue)
Sets the value of a parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CasProcessorConfigurationParameterSettingsImpl()
protected CasProcessorConfigurationParameterSettingsImpl(ConfigurationParameterSettings aCps)
Method Detail |
---|
public NameValuePair[] getParameterSettings()
CasProcessorConfigurationParameterSettings
getParameterSettings
in interface CasProcessorConfigurationParameterSettings
NameValuePair
objects, each of which contains a parameter
name and the value of that parameterpublic java.lang.Object getParameterValue(java.lang.String aParamName)
CasProcessorConfigurationParameterSettings
getParameterValue
in interface CasProcessorConfigurationParameterSettings
aParamName
- the name of a parameter
aParamName
public void setParameterValue(java.lang.String aParamName, java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |