Uses of Interface
org.apache.uima.collection.metadata.NameValuePair
-
Packages that use NameValuePair Package Description 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.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement NameValuePair Modifier and Type Class Description classNameValuePairImplMethods in org.apache.uima.collection.impl.metadata.cpe that return NameValuePair Modifier and Type Method Description NameValuePair[]CasProcessorConfigurationParameterSettingsImpl. getParameterSettings()static NameValuePairCpeDescriptorFactory. produceNameValuePair() -
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.
-