Uses of Class
dev.vality.damsel.base.Month
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.domain |
-
Uses of Month in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return Month Modifier and Type Method Description static MonthMonth. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static MonthMonth. valueOf(String name)Returns the enum constant of this type with the specified name.static Month[]Month. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.base that return types with arguments of type Month Modifier and Type Method Description Set<Month>ScheduleMonth. getOn()Method parameters in dev.vality.damsel.base with type arguments of type Month Modifier and Type Method Description static ScheduleMonthScheduleMonth. on(Set<Month> value)voidScheduleMonth. setOn(Set<Month> value) -
Uses of Month in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Month Modifier and Type Field Description MonthCalendarHoliday. monthMethods in dev.vality.damsel.domain that return Month Modifier and Type Method Description MonthCalendarHoliday. getMonth()Methods in dev.vality.damsel.domain with parameters of type Month Modifier and Type Method Description CalendarHolidayCalendarHoliday. setMonth(Month month)Constructors in dev.vality.damsel.domain with parameters of type Month Constructor Description CalendarHoliday(String name, byte day, Month month)