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