public class IsWithinRange extends java.lang.Object implements IRestriction
| Constructor and Description |
|---|
IsWithinRange(java.lang.String propertyName,
java.util.Date startValue,
java.util.Date endValue)
Instantiates a new checks if is within range.
|
IsWithinRange(java.lang.String propertyName,
double startValue,
double endValue)
Instantiates a new checks if is within range.
|
IsWithinRange(java.lang.String propertyName,
long startValue,
long endValue)
Instantiates a new checks if is within range.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public IsWithinRange(java.lang.String propertyName,
java.util.Date startValue,
java.util.Date endValue)
propertyName - the property namestartValue - the start valueendValue - the end valuepublic IsWithinRange(java.lang.String propertyName,
double startValue,
double endValue)
propertyName - the property namestartValue - the start valueendValue - the end valuepublic IsWithinRange(java.lang.String propertyName,
long startValue,
long endValue)
propertyName - the property namestartValue - the start valueendValue - the end value