Uses of Class
br.com.senior.hcm.payroll.pojos.EmployeeContractType
-
Packages that use EmployeeContractType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of EmployeeContractType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return EmployeeContractType Modifier and Type Method Description static EmployeeContractTypeEmployeeContractType. fromValue(String text)EmployeeContractTypeEmployee. getContracttype()Get contracttypeEmployeeContractTypeWorkstationgroup. getContractType()Get contractTypeEmployeeContractTypeEmployeeContractType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static EmployeeContractTypeEmployeeContractType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeContractType[]EmployeeContractType. 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 EmployeeContractType Modifier and Type Method Description EmployeeEmployee. contracttype(EmployeeContractType contracttype)WorkstationgroupWorkstationgroup. contractType(EmployeeContractType contractType)voidEmployee. setContracttype(EmployeeContractType contracttype)voidWorkstationgroup. setContractType(EmployeeContractType contractType)voidEmployeeContractType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, EmployeeContractType enumeration)
-