public class IsEqualTo extends Restriction
| Constructor and Description |
|---|
IsEqualTo(PropertyPath propertyPath,
boolean value)
Instantiates a new checks if is equal to.
|
IsEqualTo(PropertyPath propertyPath,
java.util.Date value)
Instantiates a new checks if is equal to.
|
IsEqualTo(PropertyPath propertyPath,
double value)
Instantiates a new checks if is equal to.
|
IsEqualTo(PropertyPath propertyPath,
long value)
Instantiates a new checks if is equal to.
|
IsEqualTo(PropertyPath propertyPath1,
PropertyPath propertyPath2)
Instantiates a new checks if is equal to.
|
IsEqualTo(PropertyPath propertyPath,
java.lang.String value)
Instantiates a new checks if is equal to.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public IsEqualTo(PropertyPath propertyPath, long value)
propertyPath - the property pathvalue - the valuepublic IsEqualTo(PropertyPath propertyPath, double value)
propertyPath - the property pathvalue - the valuepublic IsEqualTo(PropertyPath propertyPath, boolean value)
propertyPath - the property pathvalue - the valuepublic IsEqualTo(PropertyPath propertyPath, java.util.Date value)
propertyPath - the property pathvalue - the valuepublic IsEqualTo(PropertyPath propertyPath, java.lang.String value)
propertyPath - the property pathvalue - the valuepublic IsEqualTo(PropertyPath propertyPath1, PropertyPath propertyPath2)
propertyPath1 - the property path1propertyPath2 - the property path2