Uses of Enum
com.xero.models.payrolluk.PayRunCalendar.CalendarTypeEnum
Packages that use PayRunCalendar.CalendarTypeEnum
-
Uses of PayRunCalendar.CalendarTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRunCalendar.CalendarTypeEnumModifier and TypeMethodDescriptionfromValuePayRunCalendar.getCalendarType()Type of the calendarReturns the enum constant of this type with the specified name.static PayRunCalendar.CalendarTypeEnum[]PayRunCalendar.CalendarTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk with parameters of type PayRunCalendar.CalendarTypeEnumModifier and TypeMethodDescriptionPayRunCalendar.calendarType(PayRunCalendar.CalendarTypeEnum calendarType) Type of the calendarvoidPayRunCalendar.setCalendarType(PayRunCalendar.CalendarTypeEnum calendarType) Type of the calendar