public class OrCondition extends Object implements Condition
| Constructor and Description |
|---|
OrCondition(Condition... innerConditions) |
| Modifier and Type | Method and Description |
|---|---|
Condition[] |
getInnerConditions() |
QueryParameter |
getParameter()
The
QueryParameter restricted by this condition. |
public OrCondition(Condition... innerConditions)
public Condition[] getInnerConditions()
public QueryParameter getParameter()
ConditionThe QueryParameter restricted by this condition.
getParameter in interface ConditionCopyright © 2015 JBoss by Red Hat. All rights reserved.