public static interface CombinedConstraint.Type
| Modifier and Type | Field and Description |
|---|---|
static CombinedConstraint.Type |
AND
Specifies, that boolean constraints are combined with a
boolean
AND. |
static CombinedConstraint.Type |
OR
Specifies, that boolean constraints are combined with a
boolean
OR. |
static final CombinedConstraint.Type AND
AND.static final CombinedConstraint.Type OR
OR.