Uses of Class
br.com.senior.hcm.payroll.pojos.WorkAccidentType
-
Packages that use WorkAccidentType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of WorkAccidentType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return WorkAccidentType Modifier and Type Method Description static WorkAccidentTypeWorkAccidentType. fromValue(String text)WorkAccidentTypeHistoricalleave. getWorkAccidentType()Get workAccidentTypeWorkAccidentTypeWorkAccidentType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WorkAccidentTypeWorkAccidentType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkAccidentType[]WorkAccidentType. 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 WorkAccidentType Modifier and Type Method Description voidHistoricalleave. setWorkAccidentType(WorkAccidentType workAccidentType)HistoricalleaveHistoricalleave. workAccidentType(WorkAccidentType workAccidentType)voidWorkAccidentType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WorkAccidentType enumeration)
-