Uses of Interface
org.apache.uima.collection.metadata.NameValuePair
Packages that use NameValuePair
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of NameValuePair in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type NameValuePairModifier and TypeMethodDescriptionprivate boolean
CPEFactory.overrideParameterIfExists
(ResourceSpecifier aResourceSpecifier, NameValuePair aCPE_nvp, String aComponentName) Override component's parameters.private void
CPEFactory.replaceArray
(String aType, boolean aMandatoryParam, ConfigurationParameterSettings aCps, NameValuePair aCPE_nvp, String aComponentName) Replace array values found in the component's descriptor with values found in the CPE descriptorprivate void
CPEFactory.replacePrimitive
(String aType, boolean aMandatoryParam, ConfigurationParameterSettings aCps, NameValuePair aCPE_nvp, String aComponentName) Replace a primitive value of a given parameter with a value defined in the CPE descriptor -
Uses of NameValuePair in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement NameValuePairFields in org.apache.uima.collection.impl.metadata.cpe declared as NameValuePairModifier and TypeFieldDescriptionprivate NameValuePair[]
CasProcessorConfigurationParameterSettingsImpl.params
Methods in org.apache.uima.collection.impl.metadata.cpe that return NameValuePairModifier and TypeMethodDescriptionCasProcessorConfigurationParameterSettingsImpl.getParameterSettings()
private NameValuePair
CasProcessorConfigurationParameterSettingsImpl.getParamValueObject
(String aParamName) static NameValuePair
CpeDescriptorFactory.produceNameValuePair()
-
Uses of NameValuePair in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return NameValuePairModifier and TypeMethodDescriptionCasProcessorConfigurationParameterSettings.getParameterSettings()
Gets the settings for configuration parameters that are not in any group.