Uses of Interface
org.apache.uima.resource.metadata.AllowedValue
Packages that use AllowedValue
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a
Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of AllowedValue in org.apache.uima
Methods in org.apache.uima that return AllowedValueModifier and TypeMethodDescriptionResourceSpecifierFactory.createAllowedValue()Creates anAllowedValue. -
Uses of AllowedValue in org.apache.uima.impl
Methods in org.apache.uima.impl that return AllowedValue -
Uses of AllowedValue in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return AllowedValueModifier and TypeMethodDescriptionTypeDescription.getAllowedValues()Gets the allowed values for instances of this Type.Methods in org.apache.uima.resource.metadata with parameters of type AllowedValueModifier and TypeMethodDescriptionvoidTypeDescription.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 AllowedValueFields in org.apache.uima.resource.metadata.impl declared as AllowedValueModifier and TypeFieldDescriptionprivate static final 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 AllowedValueMethods in org.apache.uima.resource.metadata.impl with parameters of type AllowedValueModifier and TypeMethodDescriptionvoidTypeDescription_impl.setAllowedValues(AllowedValue[] aAllowedValues) -
Uses of AllowedValue in org.apache.uima.util
Fields in org.apache.uima.util declared as AllowedValueModifier and TypeFieldDescriptionprivate static final AllowedValue[]CasCreationUtils.EMPTY_ALLOWED_VALUE_ARRAYMethods in org.apache.uima.util that return AllowedValueModifier and TypeMethodDescriptionprivate static AllowedValue[]CasCreationUtils.getAllowedValues(TypeDescription type) Methods in org.apache.uima.util with parameters of type AllowedValueModifier and TypeMethodDescriptionprivate static StringCasCreationUtils.avAsString(AllowedValue[] av) private static booleanCasCreationUtils.isAllowedValuesMatch(AllowedValue[] av1, AllowedValue[] av2)