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.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
org.apache.uima.resource.metadata.impl   
 

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.impl
 

Methods in org.apache.uima.impl that return AllowedValue
 AllowedValue ResourceSpecifierFactory_impl.createAllowedValue()
           
 

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.
 

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

Classes in org.apache.uima.resource.metadata.impl that implement AllowedValue
 class AllowedValue_impl
          Reference implementation of AllowedValue.
 

Methods in org.apache.uima.resource.metadata.impl that return AllowedValue
 AllowedValue[] TypeDescription_impl.getAllowedValues()
           
 

Methods in org.apache.uima.resource.metadata.impl with parameters of type AllowedValue
 void TypeDescription_impl.setAllowedValues(AllowedValue[] aAllowedValues)
           
 



Copyright © 2011. All Rights Reserved.