Uses of Class
fr.marcwrobel.jbanking.calendar.ShiftingStrategy
-
Packages that use ShiftingStrategy Package Description fr.marcwrobel.jbanking.calendar -
-
Uses of ShiftingStrategy in fr.marcwrobel.jbanking.calendar
Methods in fr.marcwrobel.jbanking.calendar that return ShiftingStrategy Modifier and Type Method Description static ShiftingStrategyShiftingStrategy. valueOf(String name)Returns 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 ShiftingStrategy Constructor Description ShiftedHoliday(Holiday base, ShiftingStrategy strategy)Create a new holiday using the givenbase holidayand shifting strategy.
-