Package de.espirit.or.query
Class Or
java.lang.Object
de.espirit.or.query.ComposedConstraint
de.espirit.or.query.Or
- All Implemented Interfaces:
Constraint
,Serializable
,Cloneable
Interface to combine different sub constraints with
or
- Since:
- 4.0.17
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.or.query.Constraint
Constraint.Type
-
Constructor Summary
-
Method Summary
Methods inherited from class de.espirit.or.query.ComposedConstraint
add, getConstraints, isEmpty, size
-
Constructor Details
-
Or
public Or()Creates an empty Or. UseComposedConstraint.add(Constraint)
to add sub constraints.- Since:
- 4.0.17
-
-
Method Details
-
getType
The type of this constraint:Constraint.Type.OR
- Returns:
- the type of this constraint.
- Since:
- 5.0.100
-