Modifier and Type | Method and Description |
---|---|
static NaryRelationalOperator |
NaryRelationalOperator.fromString(String s) |
NaryRelationalOperator |
NaryRelationalExpression.getOp()
The operator
|
static NaryRelationalOperator |
NaryRelationalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaryRelationalOperator[] |
NaryRelationalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NaryRelationalExpression(Path field,
NaryRelationalOperator op,
List<Value> values)
Ctor with the given values
|
Copyright © 2014. All rights reserved.