|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Comparison
Criteria for a generic query
Method Summary | |
---|---|
String |
getFieldKey()
Deprecated. Dot path notation to identity the name of field to be compared. |
Boolean |
getIsIgnoreCase()
Deprecated. Check if should ignore case when doing the comparison Default is false. |
String |
getOperator()
Deprecated. Name: Operator Operator to use to compare the field to the value. |
List<String> |
getValues()
Deprecated. Values to be compared. |
Method Detail |
---|
String getFieldKey()
String getOperator()
List<String> getValues()
Boolean getIsIgnoreCase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |