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