Interface CategoryAccessor<T>

Type Parameters:
T - The type of the category.
All Known Subinterfaces:
CategoryAccessor.CategoryProperty<T>

public interface CategoryAccessor<T>
Provides an accessor for a category property.
  • Method Details

    • getCategory

      T getCategory()
      Retrieves the category from the category property.
      Returns:
      The category stored by the category property.