Uses of Interface
org.apache.uima.collection.metadata.NameValuePair
-
Packages that use NameValuePair Package Description org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata 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 NameValuePair Modifier and Type Method Description private booleanCPEFactory. overrideParameterIfExists(ResourceSpecifier aResourceSpecifier, NameValuePair aCPE_nvp, java.lang.String aComponentName)Override component's parameters.private voidCPEFactory. replaceArray(java.lang.String aType, boolean aMandatoryParam, ConfigurationParameterSettings aCps, NameValuePair aCPE_nvp, java.lang.String aComponentName)Replace array values found in the component's descriptor with values found in the CPE descriptor.private voidCPEFactory. replacePrimitive(java.lang.String aType, boolean aMandatoryParam, ConfigurationParameterSettings aCps, NameValuePair aCPE_nvp, java.lang.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 NameValuePair Modifier and Type Class Description classNameValuePairImplThe Class NameValuePairImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as NameValuePair Modifier and Type Field Description private NameValuePair[]CasProcessorConfigurationParameterSettingsImpl. paramsThe params.Methods in org.apache.uima.collection.impl.metadata.cpe that return NameValuePair Modifier and Type Method Description NameValuePair[]CasProcessorConfigurationParameterSettingsImpl. getParameterSettings()private NameValuePairCasProcessorConfigurationParameterSettingsImpl. getParamValueObject(java.lang.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 NameValuePair Modifier and Type Method Description NameValuePair[]CasProcessorConfigurationParameterSettings. getParameterSettings()Gets the settings for configuration parameters that are not in any group.
-