| Package | Description |
|---|---|
| xuml.tools.model.compiler.runtime.query |
| Modifier and Type | Method and Description |
|---|---|
BinaryBooleanOperator |
BinaryBooleanExpression.getOperator() |
static BinaryBooleanOperator |
BinaryBooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryBooleanOperator[] |
BinaryBooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryBooleanExpression(BooleanExpression<T> e1,
BinaryBooleanOperator op,
BooleanExpression<T> e2) |
Copyright © 2012–2022. All rights reserved.