Module ical4j.core

Interface CalendarPropertyAccessor

All Superinterfaces:
PropertyContainer, PropertyListAccessor
All Known Implementing Classes:
Calendar

public interface CalendarPropertyAccessor extends PropertyContainer
  • Method Details

    • getProductId

      default Optional<ProdId> getProductId()
      Returns the mandatory prodid property.
      Returns:
      the PRODID property, or null if property doesn't exist
    • getVersion

      default Optional<Version> getVersion()
      Returns the mandatory version property.
      Returns:
      the VERSION property, or null if property doesn't exist
    • getCalendarScale

      default Optional<CalScale> getCalendarScale()
      Returns the optional calscale property.
      Returns:
      the CALSCALE property, or null if property doesn't exist
    • getMethod

      default Optional<Method> getMethod()
      Returns the optional method property.
      Returns:
      the METHOD property, or null if property doesn't exist