Uses of Interface
org.apache.uima.resource.metadata.AllowedValue
-
Packages that use AllowedValue 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 AllowedValue in org.apache.uima
Methods in org.apache.uima that return AllowedValue Modifier and Type Method Description AllowedValue
ResourceSpecifierFactory. createAllowedValue()
Creates anAllowedValue
. -
Uses of AllowedValue in org.apache.uima.impl
Methods in org.apache.uima.impl that return AllowedValue Modifier and Type Method Description AllowedValue
ResourceSpecifierFactory_impl. createAllowedValue()
-
Uses of AllowedValue in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return AllowedValue Modifier and Type Method Description AllowedValue[]
TypeDescription. getAllowedValues()
Gets the allowed values for instances of this Type.Methods in org.apache.uima.resource.metadata with parameters of type AllowedValue Modifier and Type Method Description void
TypeDescription. setAllowedValues(AllowedValue[] aAllowedValues)
Sets the allowed values for instances of this Type. -
Uses of AllowedValue in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement AllowedValue Modifier and Type Class Description class
AllowedValue_impl
Reference implementation ofAllowedValue
.Methods in org.apache.uima.resource.metadata.impl that return AllowedValue Modifier and Type Method Description AllowedValue[]
TypeDescription_impl. getAllowedValues()
Methods in org.apache.uima.resource.metadata.impl with parameters of type AllowedValue Modifier and Type Method Description void
TypeDescription_impl. setAllowedValues(AllowedValue[] aAllowedValues)
-