Uses of Enum
com.xero.models.payrollau.Employee.GenderEnum
Packages that use Employee.GenderEnum
-
Uses of Employee.GenderEnum in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Employee.GenderEnumModifier and TypeMethodDescriptionstatic Employee.GenderEnumfromValueEmployee.getGender()The employee’s gender.static 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.payrollau with parameters of type Employee.GenderEnumModifier and TypeMethodDescriptionEmployee.gender(Employee.GenderEnum gender) The employee’s gender.voidEmployee.setGender(Employee.GenderEnum gender) The employee’s gender.