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 AllowedValueResourceSpecifierFactory. 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 AllowedValueResourceSpecifierFactory_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 voidTypeDescription. 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 classAllowedValue_implReference 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_ARRAYprivate AllowedValue[]TypeDescription_impl. mAllowedValuesAllowed 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 voidTypeDescription_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_ARRAYMethods 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.StringCasCreationUtils. avAsString(AllowedValue[] av)private static booleanCasCreationUtils. isAllowedValuesMatch(AllowedValue[] av1, AllowedValue[] av2)
-