Uses of Class
br.com.senior.hcm.payroll.pojos.WorkshiftScale
-
Packages that use WorkshiftScale Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of WorkshiftScale in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return WorkshiftScale Modifier and Type Method Description static WorkshiftScaleWorkshiftScale. fromValue(String text)WorkshiftScaleWorkstationgroup. getShift()Get shiftWorkshiftScaleWorkshift. getWorkshiftScale()Get workshiftScaleWorkshiftScaleWorkshiftScale.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WorkshiftScaleWorkshiftScale. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkshiftScale[]WorkshiftScale. 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 WorkshiftScale Modifier and Type Method Description voidWorkstationgroup. setShift(WorkshiftScale shift)voidWorkshift. setWorkshiftScale(WorkshiftScale workshiftScale)WorkstationgroupWorkstationgroup. shift(WorkshiftScale shift)WorkshiftWorkshift. workshiftScale(WorkshiftScale workshiftScale)voidWorkshiftScale.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WorkshiftScale enumeration)
-