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.
-
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 AllowedValueMethods 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.taeconfigurator.editors.ui
Methods in org.apache.uima.taeconfigurator.editors.ui that return AllowedValueModifier and TypeMethodDescriptionAbstractImportablePartSection.getAllowedValue(String value, TypeDescription td) Gets the allowed value.TypeSection.getAllowedValueFromTableTreeItem(org.eclipse.swt.widgets.TreeItem item) Gets the allowed value from table tree item.protected AllowedValueAbstractImportablePartSection.getLocalAllowedValue(TypeDescription td, AllowedValue unchangedAv) Gets the local allowed value.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type AllowedValueModifier and TypeMethodDescriptionvoidTypeSection.allowedValueUpdate(AllowedValue av, AddAllowedValueDialog dialog) Allowed value update.TypeSection.checkAllowedValue(AddAllowedValueDialog dialog, TypeDescription td, AllowedValue av) Check allowed value.protected AllowedValueAbstractImportablePartSection.getLocalAllowedValue(TypeDescription td, AllowedValue unchangedAv) Gets the local allowed value.protected booleanAbstractImportablePartSection.isImportedAllowedValue(TypeDescription td, AllowedValue av) Checks if is imported allowed value. -
Uses of AllowedValue in org.apache.uima.taeconfigurator.editors.ui.dialogs
Constructors in org.apache.uima.taeconfigurator.editors.ui.dialogs with parameters of type AllowedValueModifierConstructorDescriptionAddAllowedValueDialog(AbstractSection aSection, AllowedValue aExistingAv) Constructor for Adding or Editing an Allowed Value.