| Package | Description |
|---|---|
| org.teiid.language |
| Modifier and Type | Method and Description |
|---|---|
AndOr.Operator |
AndOr.getOperator()
Get operator used to connect these criteria.
|
static AndOr.Operator |
AndOr.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndOr.Operator[] |
AndOr.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AndOr |
LanguageFactory.createAndOr(AndOr.Operator operator,
Condition left,
Condition right) |
void |
AndOr.setOperator(AndOr.Operator operator)
Set operator used to connect these criteria.
|
| Constructor and Description |
|---|
AndOr(Condition left,
Condition right,
AndOr.Operator operator) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.