All Superinterfaces:
Comparable<Category>

public interface Category extends Comparable<Category>
Category is the elementary object of the gallery categories. In addition to the methods that this interface specifies, implementations should be properly hashable (equals/hashcode) and have a good toString().
  • Method Details

    • getDisplay

      String getDisplay()
    • getGroup

      String getGroup()