Modifier and Type | Method and Description |
---|---|
static BinaryComparisonOperator |
BinaryComparisonOperator.fromString(String s) |
BinaryComparisonOperator |
FieldComparisonExpression.getOp()
The comparison operator
|
BinaryComparisonOperator |
ValueComparisonExpression.getOp()
Returns the operator
|
static BinaryComparisonOperator |
BinaryComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryComparisonOperator[] |
BinaryComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldComparisonExpression(Path field,
BinaryComparisonOperator op,
Path rfield)
Ctor with the given values
|
ValueComparisonExpression(Path field,
BinaryComparisonOperator op,
Value rvalue)
Initializes all fields
|
Copyright © 2014. All rights reserved.