public interface Condition
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDateValue1()
Gets the 1st value as a Date
|
java.util.Date |
getDateValue2()
Gets the 2nd value as Date
|
java.util.Date |
getDateValue3()
Gets the 3rd value as a Date
|
java.util.Date |
getDateValue4()
Gets the 4th value as a Date
|
double |
getDoubleValue1()
Gets the 1st value as a double
|
double |
getDoubleValue2()
Gets the 2nd value as a double
|
double |
getDoubleValue3()
Gets the 3rd value as a double
|
double |
getDoubleValue4()
Gets the 4th value as a double
|
int |
getIntValue1()
Gets the 1st value as an int
|
int |
getIntValue2()
Gets the 2nd value as an int
|
int |
getIntValue3()
Gets the 3rd value as an int
|
int |
getIntValue4()
Gets the 4th value as in int
|
int |
getOperator()
Gets the operator.
|
int |
getSequence()
Gets the sequence number.
|
java.lang.String |
getType()
Gets the type of condition.
|
java.lang.String |
getValue1()
Gets the 1st value
|
java.lang.String |
getValue2()
Gets the 2nd value
|
java.lang.String |
getValue3()
Gets the 3rd value
|
java.lang.String |
getValue4()
Gets the 4th value
|
java.lang.String getType()
int getSequence()
int getOperator()
java.lang.String getValue1()
java.lang.String getValue2()
java.lang.String getValue3()
java.lang.String getValue4()
int getIntValue1()
int getIntValue2()
int getIntValue3()
int getIntValue4()
double getDoubleValue1()
double getDoubleValue2()
double getDoubleValue3()
double getDoubleValue4()
java.util.Date getDateValue1()
java.util.Date getDateValue2()
java.util.Date getDateValue3()
java.util.Date getDateValue4()