Uses of Class
com.xero.models.payrollau.DeductionTypeCalculationType
-
Packages that use DeductionTypeCalculationType Package Description com.xero.models.payrollau -
-
Uses of DeductionTypeCalculationType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return DeductionTypeCalculationType Modifier and Type Method Description static DeductionTypeCalculationTypeDeductionTypeCalculationType. fromValue(String value)fromValueDeductionTypeCalculationTypeDeductionLine. getCalculationType()Get calculationTypestatic DeductionTypeCalculationTypeDeductionTypeCalculationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeductionTypeCalculationType[]DeductionTypeCalculationType. 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 DeductionTypeCalculationType Modifier and Type Method Description DeductionLineDeductionLine. calculationType(DeductionTypeCalculationType calculationType)calculationTypevoidDeductionLine. setCalculationType(DeductionTypeCalculationType calculationType)calculationType
-