Uses of Enum
com.xero.models.payrolluk.Deduction.DeductionCategoryEnum
Packages that use Deduction.DeductionCategoryEnum
-
Uses of Deduction.DeductionCategoryEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Deduction.DeductionCategoryEnumModifier and TypeMethodDescriptionfromValueDeduction.getDeductionCategory()Deduction Category typeReturns the enum constant of this type with the specified name.static Deduction.DeductionCategoryEnum[]Deduction.DeductionCategoryEnum.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 Deduction.DeductionCategoryEnumModifier and TypeMethodDescriptionDeduction.deductionCategory(Deduction.DeductionCategoryEnum deductionCategory) Deduction Category typevoidDeduction.setDeductionCategory(Deduction.DeductionCategoryEnum deductionCategory) Deduction Category type