CustomFilter
Inheritance: java.lang.Object
public class CustomFilter
Represents the custom filter.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getCriteria() | Gets the criteria. |
getFilterOperatorType() | Gets the filter operator type. |
hashCode() | |
notify() | |
notifyAll() | |
setCriteria(int filterOperator, Object criteria) | Sets the filter criteria. |
setCriteria(Object value) | Sets the criteria. |
setFilterOperatorType(int value) | Sets the filter operator type. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCriteria()
public Object getCriteria()
Gets the criteria.
Returns: java.lang.Object
getFilterOperatorType()
public int getFilterOperatorType()
Gets the filter operator type.
See FilterOperatorType.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCriteria(int filterOperator, Object criteria)
public void setCriteria(int filterOperator, Object criteria)
Sets the filter criteria.
Parameters:
Parameter | Type | Description |
---|---|---|
filterOperator | int | FilterOperatorType. filter operator type |
criteria | java.lang.Object | filter criteria value |
setCriteria(Object value)
public void setCriteria(Object value)
Sets the criteria.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |
setFilterOperatorType(int value)
public void setFilterOperatorType(int value)
Sets the filter operator type.
See FilterOperatorType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |