Uses of Class
br.com.senior.hcm.payroll.pojos.SalaryType
-
Packages that use SalaryType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of SalaryType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return SalaryType Modifier and Type Method Description static SalaryTypeSalaryType. fromValue(String text)SalaryTypeMovimentation. getNewsalarytype()Get newsalarytypeSalaryTypeWagescale. getSalarytype()Get salarytypeSalaryTypeSalaryType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SalaryTypeSalaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static SalaryType[]SalaryType. 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 SalaryType Modifier and Type Method Description MovimentationMovimentation. newsalarytype(SalaryType newsalarytype)WagescaleWagescale. salarytype(SalaryType salarytype)voidMovimentation. setNewsalarytype(SalaryType newsalarytype)voidWagescale. setSalarytype(SalaryType salarytype)voidSalaryType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SalaryType enumeration)
-