public class ConditionBetweenValue extends Condition
conditionType, name| Constructor and Description | 
|---|
ConditionBetweenValue(java.lang.String propertyName,
                     ConditionType conditionType,
                     java.lang.Object startingValue,
                     java.lang.Object endingValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getEndingValue()
Get ending value 
 | 
java.lang.Object | 
getStartingValue()
Get starting value 
 | 
java.lang.String | 
toString()  | 
getConditionType, getNamepublic ConditionBetweenValue(java.lang.String propertyName,
                             ConditionType conditionType,
                             java.lang.Object startingValue,
                             java.lang.Object endingValue)