|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameValuePair | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.cas_data.impl | |
org.apache.uima.collection.impl.cpm.utils | |
org.apache.uima.collection.impl.cpm.vinci | |
org.apache.uima.impl | Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.resource.metadata | Interfaces for objects that represent metadata for a Resource. |
org.apache.uima.resource.metadata.impl |
Uses of NameValuePair in org.apache.uima |
---|
Methods in org.apache.uima that return NameValuePair | |
---|---|
NameValuePair |
ResourceSpecifierFactory.createNameValuePair()
Creates a NameValuePair . |
Uses of NameValuePair in org.apache.uima.cas_data.impl |
---|
Methods in org.apache.uima.cas_data.impl that return NameValuePair | |
---|---|
static NameValuePair[] |
CasDataUtils.getCasDataFeatures(CasData aCasData,
java.lang.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 | |
---|---|
NameValuePair[] |
CasMetaData.getCasMetaData()
|
Uses of NameValuePair in org.apache.uima.collection.impl.cpm.vinci |
---|
Methods in org.apache.uima.collection.impl.cpm.vinci that return NameValuePair | |
---|---|
static NameValuePair[] |
DATACasUtils.getCasDataFeatures(CasData aCasData,
java.lang.String aFeatureStructureName)
|
Uses of NameValuePair in org.apache.uima.impl |
---|
Methods in org.apache.uima.impl that return NameValuePair | |
---|---|
NameValuePair |
ResourceSpecifierFactory_impl.createNameValuePair()
|
Uses of NameValuePair in org.apache.uima.resource.metadata |
---|
Methods in org.apache.uima.resource.metadata that return NameValuePair | |
---|---|
NameValuePair[] |
ConfigurationParameterSettings.getParameterSettings()
Gets the settings for configuration parameters that are not in any group. |
Methods in org.apache.uima.resource.metadata with parameters of type NameValuePair | |
---|---|
void |
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 NameValuePair | |
---|---|
class |
NameValuePair_impl
Reference implementation of NameValuePair . |
Methods in org.apache.uima.resource.metadata.impl that return NameValuePair | |
---|---|
NameValuePair[] |
ConfigurationParameterSettings_impl.getParameterSettings()
|
Methods in org.apache.uima.resource.metadata.impl with parameters of type NameValuePair | |
---|---|
void |
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,
java.lang.String aGroupName,
ConfigurationParameterDeclarations aParamDecls)
Validates configuration parameter settings within a group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |