Uses of Class
de.focus_shift.jollyday.core.CalendarHierarchy
Packages that use CalendarHierarchy
-
Uses of CalendarHierarchy in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return CalendarHierarchyModifier and TypeMethodDescriptionabstract @NonNull CalendarHierarchyHolidayManager.getCalendarHierarchy()Returns the configured hierarchy structure for the specific manager.Methods in de.focus_shift.jollyday.core that return types with arguments of type CalendarHierarchyModifier and TypeMethodDescription@NonNull Map<String,CalendarHierarchy> CalendarHierarchy.getChildren()Getter for the fieldchildren.Method parameters in de.focus_shift.jollyday.core with type arguments of type CalendarHierarchyModifier and TypeMethodDescriptionvoidCalendarHierarchy.setChildren(Map<String, CalendarHierarchy> children) Setter for the fieldchildren.Constructors in de.focus_shift.jollyday.core with parameters of type CalendarHierarchyModifierConstructorDescriptionCalendarHierarchy(@Nullable CalendarHierarchy parent, @NonNull String id) Constructor which takes a eventually existing parent hierarchy node and the ID of this hierarchy.