Uses of Interface
org.apache.uima.resource.metadata.AllowedValue
-
Packages that use AllowedValue 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 org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
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
.Fields in org.apache.uima.resource.metadata.impl declared as AllowedValue Modifier and Type Field Description private static AllowedValue[]
TypeDescription_impl. EMPTY_ALLOWED_VALUE_ARRAY
private AllowedValue[]
TypeDescription_impl. mAllowedValues
Allowed Values for an Enumerated type.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)
-
Uses of AllowedValue in org.apache.uima.util
Fields in org.apache.uima.util declared as AllowedValue Modifier and Type Field Description private static AllowedValue[]
CasCreationUtils. EMPTY_ALLOWED_VALUE_ARRAY
Methods in org.apache.uima.util that return AllowedValue Modifier and Type Method Description private static AllowedValue[]
CasCreationUtils. getAllowedValues(TypeDescription type)
Methods in org.apache.uima.util with parameters of type AllowedValue Modifier and Type Method Description private static java.lang.String
CasCreationUtils. avAsString(AllowedValue[] av)
private static boolean
CasCreationUtils. isAllowedValuesMatch(AllowedValue[] av1, AllowedValue[] av2)
-