DynamicFilter
Inheritance: java.lang.Object
public class DynamicFilter
Represents the dynamic filter.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setMaxValue(Object value)
public void setMaxValue(Object value)
Sets the dynamic filter max value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |
setValue(Object value)
public void setValue(Object value)
Sets the dynamic filter value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
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 |