| Modifier and Type | Method and Description |
|---|---|
static WurbletParameterOperator |
WurbletParameterOperator.toInternal(String str)
Determines the operator from a string.
Case doesn't matter. |
static WurbletParameterOperator |
WurbletParameterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WurbletParameterOperator[] |
WurbletParameterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WurbletParameterOperator> |
WurbletParameterExpression.getOperators()
Gets the n-1 operators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WurbletParameterExpression.addOperand(WurbletParameterOperator operator,
WurbletParameterOperand operand)
Adds an operand.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.