Uses of Interface
org.apache.uima.resource.metadata.NameValuePair
Packages that use NameValuePair
Package
Description
Apache UIMA
Reflection-based context and dependency injection.
Apache UIMA internals
Interfaces for
Resources and ResourceSpecifiers.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.container
Methods in org.apache.uima.collection.impl.cpm.container that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionCasProcessorConfigurationJAXBImpl.getDeploymentParameters()Returns a list of deployment parameters associated with this CAS Processor -
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) Gets the cas data features. -
Uses of NameValuePair in org.apache.uima.fit.component.initialize
Methods in org.apache.uima.fit.component.initialize with parameters of type NameValuePairModifier and TypeMethodDescriptionstatic voidConfigurationParameterInitializer.initialize(Object component, NameValuePair... parameters) Initialize a component from aResourceMetaData. -
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
Methods in org.apache.uima.resource that return NameValuePairModifier and TypeMethodDescriptionPearSpecifier.getPearParameters()Gets parameters that may be read by the pear resource class when it is initialized.Methods in org.apache.uima.resource with parameters of type NameValuePairModifier and TypeMethodDescriptionvoidPearSpecifier.setPearParameters(NameValuePair... pearParameters) Sets pearParameters that may be read by the pear resource class when it is initialized. -
Uses of NameValuePair in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl that return NameValuePairMethods in org.apache.uima.resource.impl with parameters of type NameValuePairModifier and TypeMethodDescriptionvoidPearSpecifier_impl.setPearParameters(NameValuePair... pearParameters) -
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 TypeMethodDescriptionvoidConfigurationParameterSettings.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 TypeMethodDescriptionvoidConfigurationParameterSettings_impl.setParameterSettings(NameValuePair... aSettings) protected voidResourceMetaData_impl.validateConfigurationParameterDataTypeMatch(ConfigurationParameter aParam, NameValuePair aNVP) Validate that a value is of an appropriate data type for assignment to the given parameter.protected voidResourceMetaData_impl.validateConfigurationParameterSettings(NameValuePair[] aNVPs, String aGroupName, ConfigurationParameterDeclarations aParamDecls) Validates configuration parameter settings within a group. -
Uses of NameValuePair in org.apache.uima.taeconfigurator.editors.ui
Fields in org.apache.uima.taeconfigurator.editors.ui declared as NameValuePairModifier and TypeFieldDescriptionstatic final NameValuePair[]AbstractSection.nameValuePairArray0The Constant nameValuePairArray0.