public class Or extends Restriction
| Constructor and Description |
|---|
Or(java.util.List<Restriction> restrictions)
Initializes a new instance of the Or class.
|
Or(PropertyPath propertyPath,
boolean value)
Initializes a new instance of the Or class.
|
Or(PropertyPath propertyPath,
java.util.Date value)
Initializes a new instance of the Or class.
|
Or(PropertyPath propertyPath,
double value)
Initializes a new instance of the Or class.
|
Or(PropertyPath propertyPath,
long value)
Initializes a new instance of the Or class.
|
Or(PropertyPath propertyPath1,
PropertyPath propertyPath2)
Initializes a new instance of the Or class.
|
Or(PropertyPath propertyPath,
java.lang.String value)
Initializes a new instance of the Or class.
|
Or(Restriction restriction1,
Restriction restriction2)
Initializes a new instance of the Or class.
|
Or(Restriction restriction1,
Restriction restriction2,
Restriction restriction3)
Initializes a new instance of the Or class.
|
Or(Restriction restriction1,
Restriction restriction2,
Restriction restriction3,
Restriction restriction4)
Initializes a new instance of the Or class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Converts the value of the current Or object to its equivalent string representation.
|
public Or(PropertyPath propertyPath, long value)
propertyPath - the property pathvalue - the valuepublic Or(PropertyPath propertyPath, double value)
propertyPath - the property pathvalue - the valuepublic Or(PropertyPath propertyPath, boolean value)
propertyPath - the property pathvalue - the valuepublic Or(PropertyPath propertyPath, java.util.Date value)
propertyPath - the property pathvalue - the valuepublic Or(PropertyPath propertyPath, java.lang.String value)
propertyPath - the property pathvalue - the valuepublic Or(PropertyPath propertyPath1, PropertyPath propertyPath2)
propertyPath1 - the property path1propertyPath2 - the property path2public Or(Restriction restriction1, Restriction restriction2)
restriction1 - the restriction1restriction2 - the restriction2public Or(Restriction restriction1, Restriction restriction2, Restriction restriction3)
restriction1 - the restriction1restriction2 - the restriction2restriction3 - the restriction3public Or(Restriction restriction1, Restriction restriction2, Restriction restriction3, Restriction restriction4)
restriction1 - the restriction1restriction2 - the restriction2restriction3 - the restriction3restriction4 - the restriction4public Or(java.util.List<Restriction> restrictions)
restrictions - the restrictions