CustomFilter

Inheritance: java.lang.Object

public class CustomFilter

Represents the custom filter.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
filterOperatorintFilterOperatorType. filter operator type
criteriajava.lang.Objectfilter criteria value

setCriteria(Object value)

public void setCriteria(Object value)

Sets the criteria.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

setFilterOperatorType(int value)

public void setFilterOperatorType(int value)

Sets the filter operator type.

See FilterOperatorType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int