public class FilterInfo extends Object implements Comparable<FilterInfo>
| Modifier and Type | Field and Description |
|---|---|
String |
className
Name of the class of the filter.
|
String |
displayName
display name of the filter.
|
String |
name
Name of the filter.
|
| Constructor and Description |
|---|
FilterInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FilterInfo obj)
Compares the display names of the two filters.
|
String |
toString()
Returns the display name of this filter.
|
public String name
public String displayName
public String className
public String toString()
public int compareTo(FilterInfo obj)
compareTo in interface Comparable<FilterInfo>obj - the other filter info object to compare.Copyright © 2022. All rights reserved.