Uses of Class
br.com.senior.hcm.payroll.pojos.HolidayType
-
Packages that use HolidayType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of HolidayType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return HolidayType Modifier and Type Method Description static HolidayTypeHolidayType. fromValue(String text)HolidayTypeWorkshift. getHolidayType()Get holidayTypeHolidayTypeHolidayType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static HolidayTypeHolidayType. valueOf(String name)Returns the enum constant of this type with the specified name.static HolidayType[]HolidayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.payroll.pojos with parameters of type HolidayType Modifier and Type Method Description WorkshiftWorkshift. holidayType(HolidayType holidayType)voidWorkshift. setHolidayType(HolidayType holidayType)voidHolidayType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, HolidayType enumeration)
-