public class LogicalCondition extends Condition
| Modifier and Type | Field and Description |
|---|---|
protected Condition[] |
conditions |
protected LogicalExprType |
type |
| Constructor and Description |
|---|
LogicalCondition(LogicalExprType type,
Collection<Condition> conditionList) |
LogicalCondition(LogicalExprType type,
Condition... conditions) |
| Modifier and Type | Method and Description |
|---|---|
Condition[] |
getConditions() |
LogicalExprType |
getType() |
protected LogicalExprType type
protected Condition[] conditions
public LogicalCondition(LogicalExprType type, Collection<Condition> conditionList)
public LogicalCondition(LogicalExprType type, Condition... conditions)
public LogicalExprType getType()
public Condition[] getConditions()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.