Uses of Class
br.com.senior.hcm.dependent.pojos.GenderType
-
Packages that use GenderType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of GenderType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return GenderType Modifier and Type Method Description static GenderTypeGenderType. fromValue(String text)GenderTypeDependent. getGender()Get genderGenderTypeGenderType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static GenderTypeGenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenderType[]GenderType. 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 GenderType Modifier and Type Method Description DependentDependent. gender(GenderType gender)voidDependent. setGender(GenderType gender)voidGenderType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, GenderType enumeration)
-