Uses of Class
br.com.senior.hcm.payroll.pojos.WorkshiftType
-
Packages that use WorkshiftType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of WorkshiftType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return WorkshiftType Modifier and Type Method Description static WorkshiftTypeWorkshiftType. fromValue(String text)WorkshiftTypeWorkshift. getWorkshiftType()Get workshiftTypeWorkshiftTypeWorkshiftType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WorkshiftTypeWorkshiftType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkshiftType[]WorkshiftType. 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 WorkshiftType Modifier and Type Method Description voidWorkshift. setWorkshiftType(WorkshiftType workshiftType)WorkshiftWorkshift. workshiftType(WorkshiftType workshiftType)voidWorkshiftType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WorkshiftType enumeration)
-