Uses of Interface
org.apache.uima.resource.metadata.AllowedValue

Packages that use AllowedValue
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
 

Uses of AllowedValue in org.apache.uima
 

Methods in org.apache.uima that return AllowedValue
 AllowedValue ResourceSpecifierFactory.createAllowedValue()
          Creates an AllowedValue.
 

Uses of AllowedValue in org.apache.uima.resource.metadata
 

Methods in org.apache.uima.resource.metadata that return AllowedValue
 AllowedValue[] TypeDescription.getAllowedValues()
          Gets the allowed values for instances of this Type.
 

Methods in org.apache.uima.resource.metadata with parameters of type AllowedValue
 void TypeDescription.setAllowedValues(AllowedValue[] aAllowedValues)
          Sets the allowed values for instances of this Type.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.