Uses of Class
org.apache.uima.simpleserver.config.Filter.FilterType

Packages that use Filter.FilterType
org.apache.uima.simpleserver.config   
org.apache.uima.simpleserver.config.impl   
 

Uses of Filter.FilterType in org.apache.uima.simpleserver.config
 

Methods in org.apache.uima.simpleserver.config that return Filter.FilterType
 Filter.FilterType Filter.getFilterType()
           
static Filter.FilterType Filter.FilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.FilterType[] Filter.FilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Filter.FilterType in org.apache.uima.simpleserver.config.impl
 

Methods in org.apache.uima.simpleserver.config.impl that return Filter.FilterType
 Filter.FilterType FilterImpl.getFilterType()
           
 

Constructors in org.apache.uima.simpleserver.config.impl with parameters of type Filter.FilterType
FilterImpl(Filter.FilterType type)
           
 



Copyright © 2011. All Rights Reserved.