public class IsGreaterThan extends Restriction
| Constructor and Description |
|---|
IsGreaterThan(PropertyPath propertyPath,
boolean value)
Initializes a new instance of the IsGreaterThan class.
|
IsGreaterThan(PropertyPath propertyPath,
java.util.Date value)
Initializes a new instance of the IsGreaterThan class.
|
IsGreaterThan(PropertyPath propertyPath,
double value)
Initializes a new instance of the IsGreaterThan class.
|
IsGreaterThan(PropertyPath propertyPath,
long value)
Initializes a new instance of the IsGreaterThan class.
|
IsGreaterThan(PropertyPath propertyPath1,
PropertyPath propertyPath2)
Initializes a new instance of the IsGreaterThan class.
|
IsGreaterThan(PropertyPath propertyPath,
java.lang.String value)
Initializes a new instance of the IsGreaterThan class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Converts the value of the current IsGreaterThan object to its equivalent XML representation.
|
public IsGreaterThan(PropertyPath propertyPath, long value)
propertyPath - the property pathvalue - the valuepublic IsGreaterThan(PropertyPath propertyPath, double value)
propertyPath - the property pathvalue - the valuepublic IsGreaterThan(PropertyPath propertyPath, boolean value)
propertyPath - the property pathvalue - the valuepublic IsGreaterThan(PropertyPath propertyPath, java.util.Date value)
propertyPath - the property pathvalue - the valuepublic IsGreaterThan(PropertyPath propertyPath, java.lang.String value)
propertyPath - the property pathvalue - the valuepublic IsGreaterThan(PropertyPath propertyPath1, PropertyPath propertyPath2)
propertyPath1 - the property path1propertyPath2 - the property path2