Uses of Class
de.focus_shift.jollyday.core.spi.Relation
-
Packages that use Relation Package Description de.focus_shift.jollyday.core.spi -
-
Uses of Relation in de.focus_shift.jollyday.core.spi
Methods in de.focus_shift.jollyday.core.spi that return Relation Modifier and Type Method Description static RelationRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static Relation[]Relation. values()Returns an array containing the constants of this enum type, in the order they are declared.RelationFixedWeekdayRelativeToFixed. when()Describes, based on the anchor (day), the relation like before, after, ... the new holiday will occurRelationRelativeToFixed. when()Describes the relation of the new holiday to the fixed dateRelationRelativeToWeekdayInMonth. when()Describes the relation of the new holiday to the `weekdayInMonth`
-