Uses of Class
com.xero.models.payrollau.SuperannuationCalculationType
-
Packages that use SuperannuationCalculationType Package Description com.xero.models.payrollau -
-
Uses of SuperannuationCalculationType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperannuationCalculationType Modifier and Type Method Description static SuperannuationCalculationTypeSuperannuationCalculationType. fromValue(String value)fromValueSuperannuationCalculationTypeSuperannuationLine. getCalculationType()Get calculationTypeSuperannuationCalculationTypeSuperLine. getCalculationType()Get calculationTypestatic SuperannuationCalculationTypeSuperannuationCalculationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SuperannuationCalculationType[]SuperannuationCalculationType. 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 SuperannuationCalculationType Modifier and Type Method Description SuperannuationLineSuperannuationLine. calculationType(SuperannuationCalculationType calculationType)calculationTypeSuperLineSuperLine. calculationType(SuperannuationCalculationType calculationType)calculationTypevoidSuperannuationLine. setCalculationType(SuperannuationCalculationType calculationType)calculationTypevoidSuperLine. setCalculationType(SuperannuationCalculationType calculationType)calculationType
-