|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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(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,
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,
String value)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||