| Modifier and Type | Method and Description |
|---|---|
Operation.Operator |
Operation.getOperator() |
static Operation.Operator |
Operation.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.Operator[] |
Operation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Operation(String id,
Operation.Operator operator) |
Operation(String id,
Operation.Operator operator,
ExpressionNode leftExpression,
ExpressionNode rightExpression) |
Copyright © 2016 WSO2. All rights reserved.