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