Uses of Class
br.com.senior.hcm.payroll.pojos.MaritalStatus
-
Packages that use MaritalStatus Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of MaritalStatus in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return MaritalStatus Modifier and Type Method Description static MaritalStatusMaritalStatus. fromValue(String text)MaritalStatusDependent. getMaritalstatus()Get maritalstatusMaritalStatusPerson. getMaritalstatus()Get maritalstatusMaritalStatusMaritalStatus.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MaritalStatusMaritalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MaritalStatus[]MaritalStatus. 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 MaritalStatus Modifier and Type Method Description DependentDependent. maritalstatus(MaritalStatus maritalstatus)PersonPerson. maritalstatus(MaritalStatus maritalstatus)voidDependent. setMaritalstatus(MaritalStatus maritalstatus)voidPerson. setMaritalstatus(MaritalStatus maritalstatus)voidMaritalStatus.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MaritalStatus enumeration)
-