Uses of Enum
fr.marcwrobel.jbanking.calendar.ShiftingStrategy
Packages that use ShiftingStrategy
Package
Description
-
Uses of ShiftingStrategy in fr.marcwrobel.jbanking.calendar
Methods in fr.marcwrobel.jbanking.calendar that return ShiftingStrategyModifier and TypeMethodDescriptionstatic ShiftingStrategyReturns the enum constant of this type with the specified name.static ShiftingStrategy[]ShiftingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.marcwrobel.jbanking.calendar with parameters of type ShiftingStrategyModifierConstructorDescriptionShiftedHoliday(Holiday base, ShiftingStrategy strategy) Create a new holiday using the givenbase holidayand shifting strategy.