Uses of Enum
com.xero.models.payrollnz.SalaryAndWage.WorkPatternTypeEnum
Packages that use SalaryAndWage.WorkPatternTypeEnum
-
Uses of SalaryAndWage.WorkPatternTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SalaryAndWage.WorkPatternTypeEnumModifier and TypeMethodDescriptionfromValueSalaryAndWage.getWorkPatternType()The type of the Working Pattern of the corresponding salary and wagesReturns the enum constant of this type with the specified name.static SalaryAndWage.WorkPatternTypeEnum[]SalaryAndWage.WorkPatternTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type SalaryAndWage.WorkPatternTypeEnumModifier and TypeMethodDescriptionvoidSalaryAndWage.setWorkPatternType(SalaryAndWage.WorkPatternTypeEnum workPatternType) The type of the Working Pattern of the corresponding salary and wagesSalaryAndWage.workPatternType(SalaryAndWage.WorkPatternTypeEnum workPatternType) The type of the Working Pattern of the corresponding salary and wages