public class FilterSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static FilterSettings |
NONE |
Constructor and Description |
---|
FilterSettings(FilterType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
FilterType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public static final FilterSettings NONE
public FilterSettings(FilterType type)
public FilterType getType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object