Uses of Enum
com.xero.models.payrolluk.Employee.GenderEnum
Packages that use Employee.GenderEnum
-
Uses of Employee.GenderEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Employee.GenderEnumModifier and TypeMethodDescriptionstatic Employee.GenderEnumfromValueEmployee.getGender()The employee’s genderstatic Employee.GenderEnumReturns the enum constant of this type with the specified name.static Employee.GenderEnum[]Employee.GenderEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk with parameters of type Employee.GenderEnumModifier and TypeMethodDescriptionEmployee.gender(Employee.GenderEnum gender) The employee’s gendervoidEmployee.setGender(Employee.GenderEnum gender) The employee’s gender