Uses of Class
br.com.senior.hcm.payroll.pojos.JobActingType
-
Packages that use JobActingType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of JobActingType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return JobActingType Modifier and Type Method Description static JobActingTypeJobActingType. fromValue(String text)JobActingTypeActingtype. getJobActingType()Get jobActingTypeJobActingTypeJobActingType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static JobActingTypeJobActingType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobActingType[]JobActingType. 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 JobActingType Modifier and Type Method Description ActingtypeActingtype. jobActingType(JobActingType jobActingType)voidActingtype. setJobActingType(JobActingType jobActingType)voidJobActingType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, JobActingType enumeration)
-