Uses of Class
br.com.senior.hcm.payroll.pojos.AttendantType
-
Packages that use AttendantType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of AttendantType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return AttendantType Modifier and Type Method Description static AttendantTypeAttendantType. fromValue(String text)AttendantTypeAttendant. getAttendantType()Get attendantTypeAttendantTypeAttendantType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AttendantTypeAttendantType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttendantType[]AttendantType. 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 AttendantType Modifier and Type Method Description AttendantAttendant. attendantType(AttendantType attendantType)voidAttendant. setAttendantType(AttendantType attendantType)voidAttendantType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AttendantType enumeration)
-