public class IsLessThanOrEqualTo extends IsWithinRange
| Constructor and Description |
|---|
IsLessThanOrEqualTo(java.lang.String propertyName,
java.util.Date value)
Instantiates a new checks if is less than or equal to.
|
IsLessThanOrEqualTo(java.lang.String propertyName,
double value)
Instantiates a new checks if is less than or equal to.
|
IsLessThanOrEqualTo(java.lang.String propertyName,
long value)
Instantiates a new checks if is less than or equal to.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
isIncludeEndValue, isIncludeStartValue, isMaximumEndValue, isMinimumStartValue, setIncludeEndValue, setIncludeStartValue, setMaximumEndValue, setMinimumStartValuepublic IsLessThanOrEqualTo(java.lang.String propertyName,
java.util.Date value)
propertyName - the property namevalue - the valuepublic IsLessThanOrEqualTo(java.lang.String propertyName,
double value)
propertyName - the property namevalue - the valuepublic IsLessThanOrEqualTo(java.lang.String propertyName,
long value)
propertyName - the property namevalue - the valuepublic java.lang.String toString()
toString in class IsWithinRange