Uses of Class
org.apache.uima.simpleserver.config.FilterOp

Packages that use FilterOp
org.apache.uima.simpleserver.config   
org.apache.uima.simpleserver.config.impl   
 

Uses of FilterOp in org.apache.uima.simpleserver.config
 

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

Methods in org.apache.uima.simpleserver.config with parameters of type FilterOp
static Condition ConfigFactory.newCondition(FilterOp type)
          Create new Condition with null value.
static Condition ConfigFactory.newCondition(FilterOp type, java.lang.String value)
          Create new Condition.
 

Uses of FilterOp in org.apache.uima.simpleserver.config.impl
 

Methods in org.apache.uima.simpleserver.config.impl that return FilterOp
 FilterOp ConditionImpl.getConditionType()
           
 

Constructors in org.apache.uima.simpleserver.config.impl with parameters of type FilterOp
ConditionImpl(FilterOp type, java.lang.String value)
           
 



Copyright © 2011. All Rights Reserved.