DynamicFilter

Inheritance: java.lang.Object

public class DynamicFilter

Represents the dynamic filter.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDynamicFilterType()Gets the dynamic filter type.
getMaxValue()Gets the dynamic filter max value.
getValue()Gets the dynamic filter value.
hashCode()
notify()
notifyAll()
setDynamicFilterType(int value)Sets the dynamic filter type.
setMaxValue(Object value)Sets the dynamic filter max value.
setValue(Object value)Sets the dynamic filter value.
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

getDynamicFilterType()

public int getDynamicFilterType()

Gets the dynamic filter type.

See DynamicFilterType.

Returns: int

getMaxValue()

public Object getMaxValue()

Gets the dynamic filter max value.

Returns: java.lang.Object

getValue()

public Object getValue()

Gets the dynamic filter value.

Returns: java.lang.Object

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDynamicFilterType(int value)

public void setDynamicFilterType(int value)

Sets the dynamic filter type.

See DynamicFilterType.

Parameters:

ParameterTypeDescription
valueint

setMaxValue(Object value)

public void setMaxValue(Object value)

Sets the dynamic filter max value.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

setValue(Object value)

public void setValue(Object value)

Sets the dynamic filter value.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

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