| Package | Description |
|---|---|
| com.breeze.query |
| Modifier and Type | Field and Description |
|---|---|
OperatorType |
Operator._type |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
Operator.getType() |
static OperatorType |
OperatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Operator(java.lang.String aliases,
OperatorType type) |