Uses of Class
br.com.senior.hcm.payroll.pojos.RacialType
-
Packages that use RacialType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of RacialType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return RacialType Modifier and Type Method Description static RacialTypeRacialType. fromValue(String text)RacialTypePerson. getRace()Get raceRacialTypeRacialType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RacialTypeRacialType. valueOf(String name)Returns the enum constant of this type with the specified name.static RacialType[]RacialType. 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 RacialType Modifier and Type Method Description PersonPerson. race(RacialType race)voidPerson. setRace(RacialType race)voidRacialType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RacialType enumeration)
-