public class Or extends java.lang.Object implements IRestriction
| Constructor and Description |
|---|
Or(IRestriction restriction1,
IRestriction restriction2)
Instantiates a new or.
|
Or(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3)
Instantiates a new or.
|
Or(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3,
IRestriction restriction4)
Instantiates a new or.
|
Or(java.util.List<IRestriction> restrictions)
Instantiates a new or.
|
Or(java.lang.String leftExpression,
java.lang.String rightExpression)
Instantiates a new or.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public Or(IRestriction restriction1, IRestriction restriction2)
restriction1 - the restriction1restriction2 - the restriction2public Or(IRestriction restriction1, IRestriction restriction2, IRestriction restriction3)
restriction1 - the restriction1restriction2 - the restriction2restriction3 - the restriction3public Or(IRestriction restriction1, IRestriction restriction2, IRestriction restriction3, IRestriction restriction4)
restriction1 - the restriction1restriction2 - the restriction2restriction3 - the restriction3restriction4 - the restriction4public Or(java.util.List<IRestriction> restrictions)
restrictions - the restrictionspublic Or(java.lang.String leftExpression,
java.lang.String rightExpression)
leftExpression - the left expressionrightExpression - the right expression