Uses of Class
com.xero.models.payrolluk.Deduction.CalculationTypeEnum
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of Deduction.CalculationTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Deduction.CalculationTypeEnum Modifier and Type Method Description static Deduction.CalculationTypeEnumDeduction.CalculationTypeEnum. fromValue(String value)Deduction.CalculationTypeEnumDeduction. getCalculationType()determine the calculation type whether fixed amount or percentage of grossstatic Deduction.CalculationTypeEnumDeduction.CalculationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Deduction.CalculationTypeEnum[]Deduction.CalculationTypeEnum. 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.CalculationTypeEnum Modifier and Type Method Description DeductionDeduction. calculationType(Deduction.CalculationTypeEnum calculationType)voidDeduction. setCalculationType(Deduction.CalculationTypeEnum calculationType)