| Package | Description |
|---|---|
| cz.jirutka.rsql.parser.model |
| Modifier and Type | Method and Description |
|---|---|
Logical |
LogicalExpression.getOperator() |
static Logical |
Logical.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logical[] |
Logical.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LogicalExpression(Expression left,
Logical operator,
Expression right)
Construct a new Logical expression.
|
Copyright © 2011–2014. All rights reserved.