public class BetweenCondition extends Condition
| Constructor and Description |
|---|
BetweenCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
setSpecialDateValues(DateSpecialValue dsv,
int offset,
DateSpecialValue dsvRight,
int offsetRight)
Set special date values for the between comparison, for example the value in the field must be between today minus 10 days and today.
|
void |
setValues(java.util.Date left,
java.util.Date right,
LoginEnvironment loginEnv)
Set the values for the between comparis on of a date
|
void |
setValues(java.lang.String left,
java.lang.String right)
Set the values for the between comparison, field value must be between the left and right values.
|
getControlId, getOperator, getValue, setControlId, setOperator, setValue, setValuepublic void setValues(java.lang.String left,
java.lang.String right)
left - right - public void setValues(java.util.Date left,
java.util.Date right,
LoginEnvironment loginEnv)
left - right - loginEnv - public void setSpecialDateValues(DateSpecialValue dsv, int offset, DateSpecialValue dsvRight, int offsetRight)
dsv - offset - dsvRight - offsetRight - Copyright © 2015 Oracle and/or its affiliates. All Rights Reserved.