|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.leanengine.QueryFilter
public class QueryFilter
A holder class containing query filter properties.
| Method Summary | |
|---|---|
LeanQuery.FilterOperator |
getOperator()
Returns the filter operator of the query filter. |
java.lang.String |
getProperty()
Returns the name of the property the query filters on. |
java.lang.Object |
getValue()
Returns the value of query filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getProperty()
public LeanQuery.FilterOperator getOperator()
LeanQuery.FilterOperatorpublic java.lang.Object getValue()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||