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 booleanCPEFactory.overrideParameterIfExists(ResourceSpecifier aResourceSpecifier, NameValuePair aCPE_nvp, String aComponentName) Override component's parameters.private voidCPEFactory.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 descriptor.private voidCPEFactory.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.paramsThe params.Methods in org.apache.uima.collection.impl.metadata.cpe that return NameValuePairModifier and TypeMethodDescriptionCasProcessorConfigurationParameterSettingsImpl.getParameterSettings()private NameValuePairCasProcessorConfigurationParameterSettingsImpl.getParamValueObject(String aParamName) Gets the param value object.static NameValuePairCpeDescriptorFactory.produceNameValuePair()Produce name value pair. -
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.