Package | Description |
---|---|
com.intuit.ipp.query | |
com.intuit.ipp.query.expr |
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Expression.getOperation()
Gets operation
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.setOperation(Operation operation)
Sets operation
|
Constructor and Description |
---|
Expression(Path<?> path,
Operation oper,
String value)
Constructor Expression
|
Copyright © 2017. All rights reserved.