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