Uses of Interface
org.apache.uima.resource.metadata.NameValuePair
Packages that use NameValuePair
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for objects that represent metadata for a
Resource.
-
Uses of NameValuePair in org.apache.uima
Methods in org.apache.uima that return NameValuePairModifier and TypeMethodDescriptionResourceSpecifierFactory.createNameValuePair()
Creates aNameValuePair
. -
Uses of NameValuePair in org.apache.uima.cas_data.impl
Methods in org.apache.uima.cas_data.impl that return NameValuePairModifier and TypeMethodDescriptionstatic NameValuePair[]
CasDataUtils.getCasDataFeatures
(CasData aCasData, String aFeatureStructureName) -
Uses of NameValuePair in org.apache.uima.collection.impl.cpm.utils
Methods in org.apache.uima.collection.impl.cpm.utils that return NameValuePair -
Uses of NameValuePair in org.apache.uima.collection.impl.cpm.vinci
Methods in org.apache.uima.collection.impl.cpm.vinci that return NameValuePairModifier and TypeMethodDescriptionstatic NameValuePair[]
DATACasUtils.getCasDataFeatures
(CasData aCasData, String aFeatureStructureName) -
Uses of NameValuePair in org.apache.uima.impl
Methods in org.apache.uima.impl that return NameValuePair -
Uses of NameValuePair in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return NameValuePairModifier and TypeMethodDescriptionConfigurationParameterSettings.getParameterSettings()
Gets the settings for configuration parameters that are not in any group.Methods in org.apache.uima.resource.metadata with parameters of type NameValuePairModifier and TypeMethodDescriptionvoid
ConfigurationParameterSettings.setParameterSettings
(NameValuePair[] aSettings) Sets the settings for configuration parameters that are not in any group. -
Uses of NameValuePair in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement NameValuePairMethods in org.apache.uima.resource.metadata.impl that return NameValuePairMethods in org.apache.uima.resource.metadata.impl with parameters of type NameValuePairModifier and TypeMethodDescriptionvoid
ConfigurationParameterSettings_impl.setParameterSettings
(NameValuePair[] aSettings) protected void
ResourceMetaData_impl.validateConfigurationParameterDataTypeMatch
(ConfigurationParameter aParam, NameValuePair aNVP) Validate that a value is of an appropriate data type for assignment to the given parameter.protected void
ResourceMetaData_impl.validateConfigurationParameterSettings
(NameValuePair[] aNVPs, String aGroupName, ConfigurationParameterDeclarations aParamDecls) Validates configuration parameter settings within a group.