Uses of Interface
org.apache.uima.resource.metadata.FsIndexKeyDescription
-
Packages that use FsIndexKeyDescription Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.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
Fields in org.apache.uima.resource.metadata.impl declared as FsIndexKeyDescription Modifier and Type Field Description (package private) static FsIndexKeyDescription[]
FsIndexDescription_impl. EMPTY_FS_INDEX_KEY_DESCRIPTION_ARRAY
private FsIndexKeyDescription[]
FsIndexDescription_impl. mKeys
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)
-