| Modifier and Type | Method and Description |
|---|---|
static UnaryLogicalOperator |
UnaryLogicalOperator.fromString(String s) |
UnaryLogicalOperator |
UnaryLogicalExpression.getOp()
Returns the operator
|
static UnaryLogicalOperator |
UnaryLogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryLogicalOperator[] |
UnaryLogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UnaryLogicalExpression(UnaryLogicalOperator op,
QueryExpression query) |
Copyright © 2015. All rights reserved.