Uses of Class
br.com.senior.hcm.payroll.pojos.EmployeeInconsistencyType
-
Packages that use EmployeeInconsistencyType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of EmployeeInconsistencyType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return EmployeeInconsistencyType Modifier and Type Method Description static EmployeeInconsistencyTypeEmployeeInconsistencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeInconsistencyType[]EmployeeInconsistencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-