Uses of Interface
org.apache.uima.resource.metadata.FsIndexKeyDescription
-
Packages that use FsIndexKeyDescription Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
.org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl -
-
Uses of FsIndexKeyDescription in org.apache.uima
Methods in org.apache.uima that return FsIndexKeyDescription Modifier and Type Method Description FsIndexKeyDescription
ResourceSpecifierFactory. createFsIndexKeyDescription()
Creates anFsIndexKeyDescription
. -
Uses of FsIndexKeyDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FsIndexKeyDescription Modifier and Type Method Description FsIndexKeyDescription
ResourceSpecifierFactory_impl. createFsIndexKeyDescription()
-
Uses of FsIndexKeyDescription in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FsIndexKeyDescription Modifier and Type Method Description FsIndexKeyDescription[]
FsIndexDescription. getKeys()
Gets the keys for this index.Methods in org.apache.uima.resource.metadata with parameters of type FsIndexKeyDescription Modifier and Type Method Description void
FsIndexDescription. setKeys(FsIndexKeyDescription[] aKeys)
Sets the keys for this index. -
Uses of FsIndexKeyDescription in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement FsIndexKeyDescription Modifier and Type Class Description class
FsIndexKeyDescription_impl
Methods in org.apache.uima.resource.metadata.impl that return FsIndexKeyDescription Modifier and Type Method Description FsIndexKeyDescription[]
FsIndexDescription_impl. getKeys()
Methods in org.apache.uima.resource.metadata.impl with parameters of type FsIndexKeyDescription Modifier and Type Method Description void
FsIndexDescription_impl. setKeys(FsIndexKeyDescription[] aKeys)
-