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