Uses of Interface
org.apache.uima.resource.metadata.AllowedValue
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a Resource.
-
Uses of AllowedValue in org.apache.uima
Modifier and TypeMethodDescriptionResourceSpecifierFactory.createAllowedValue()
Creates anAllowedValue
. -
Uses of AllowedValue in org.apache.uima.impl
-
Uses of AllowedValue in org.apache.uima.resource.metadata
Modifier and TypeMethodDescriptionTypeDescription.getAllowedValues()
Gets the allowed values for instances of this Type.Modifier and TypeMethodDescriptionvoid
TypeDescription.setAllowedValues
(AllowedValue... aAllowedValues) Sets the allowed values for instances of this Type. -
Uses of AllowedValue in org.apache.uima.resource.metadata.impl
Modifier and TypeMethodDescriptionvoid
TypeDescription_impl.setAllowedValues
(AllowedValue... aAllowedValues) -
Uses of AllowedValue in org.apache.uima.taeconfigurator.editors.ui
Modifier 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 AllowedValue
AbstractImportablePartSection.getLocalAllowedValue
(TypeDescription td, AllowedValue unchangedAv) Gets the local allowed value.Modifier and TypeMethodDescriptionvoid
TypeSection.allowedValueUpdate
(AllowedValue av, AddAllowedValueDialog dialog) Allowed value update.TypeSection.checkAllowedValue
(AddAllowedValueDialog dialog, TypeDescription td, AllowedValue av) Check allowed value.protected AllowedValue
AbstractImportablePartSection.getLocalAllowedValue
(TypeDescription td, AllowedValue unchangedAv) Gets the local allowed value.protected boolean
AbstractImportablePartSection.isImportedAllowedValue
(TypeDescription td, AllowedValue av) Checks if is imported allowed value. -
Uses of AllowedValue in org.apache.uima.taeconfigurator.editors.ui.dialogs
ModifierConstructorDescriptionAddAllowedValueDialog
(AbstractSection aSection, AllowedValue aExistingAv) Constructor for Adding or Editing an Allowed Value.