Uses of Class
br.com.senior.hcm.dependent.pojos.SalaryAdvancedType
-
Packages that use SalaryAdvancedType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of SalaryAdvancedType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return SalaryAdvancedType Modifier and Type Method Description static SalaryAdvancedTypeSalaryAdvancedType. fromValue(String text)SalaryAdvancedTypeFixedJudicialValue. getSalaryAdvancedType()Get salaryAdvancedTypeSalaryAdvancedTypeSalaryAdvancedType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SalaryAdvancedTypeSalaryAdvancedType. valueOf(String name)Returns the enum constant of this type with the specified name.static SalaryAdvancedType[]SalaryAdvancedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.dependent.pojos with parameters of type SalaryAdvancedType Modifier and Type Method Description FixedJudicialValueFixedJudicialValue. salaryAdvancedType(SalaryAdvancedType salaryAdvancedType)voidFixedJudicialValue. setSalaryAdvancedType(SalaryAdvancedType salaryAdvancedType)voidSalaryAdvancedType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SalaryAdvancedType enumeration)
-