Uses of Class
br.com.senior.hcm.dependent.pojos.EmployeeType
-
Packages that use EmployeeType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of EmployeeType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return EmployeeType Modifier and Type Method Description static EmployeeTypeEmployeeType. fromValue(String text)EmployeeTypeEmployee. getEmployeetype()Get employeetypeEmployeeTypeEmployeeType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static EmployeeTypeEmployeeType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeType[]EmployeeType. 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 EmployeeType Modifier and Type Method Description EmployeeEmployee. employeetype(EmployeeType employeetype)voidEmployee. setEmployeetype(EmployeeType employeetype)voidEmployeeType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, EmployeeType enumeration)
-