Class FilterInfo

    • Field Detail

      • name

        public String name
        Name of the filter.
      • displayName

        public String displayName
        display name of the filter.
      • className

        public String className
        Name of the class of the filter.
    • Constructor Detail

      • FilterInfo

        public FilterInfo()
    • Method Detail

      • toString

        public String toString()
        Returns the display name of this filter.
        Overrides:
        toString in class Object
      • compareTo

        public int compareTo​(FilterInfo obj)
        Compares the display names of the two filters.
        Specified by:
        compareTo in interface Comparable<FilterInfo>
        Parameters:
        obj - the other filter info object to compare.
        Returns:
        the comparison result between the two filters display name, 0 if they are the same.