| Package | Description |
|---|---|
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition |
ConfigFactory.newCondition(FilterOp type)
Create new Condition with null value.
|
static Condition |
ConfigFactory.newCondition(FilterOp type,
String value)
Create new Condition.
|
| Modifier and Type | Method and Description |
|---|---|
FilterOp |
ConditionImpl.getConditionType() |
| Constructor and Description |
|---|
ConditionImpl(FilterOp type,
String value) |
Copyright © 2015. All rights reserved.