Interface Categorized

  • All Known Implementing Classes:
    CalendarEvent

    public interface Categorized
    It defines the property of an object of being potentially classified in some categories. By default a PlannableOnCalendar object isn't categorized.
    Author:
    mmoquillon
    • Method Detail

      • getCategories

        CategorySet getCategories()
        Gets the categories in which this object is categorized. The object can be categorized by adding explicitly one or more categories to the returned collection of categories.
        Returns:
        a collection of categories. If the object isn't categorized, then the returned collection is empty.