Interface Category

  • All Superinterfaces:
    java.lang.Comparable<Category>

    public interface Category
    extends java.lang.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 Detail

      • getDisplay

        java.lang.String getDisplay()
      • getGroup

        java.lang.String getGroup()