Uses of Enum
com.xero.models.payrolluk.Benefit.CalculationTypeEnum
Packages that use Benefit.CalculationTypeEnum
-
Uses of Benefit.CalculationTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Benefit.CalculationTypeEnumModifier and TypeMethodDescriptionstatic Benefit.CalculationTypeEnumfromValueBenefit.getCalculationType()Calculation Type of the employer pension (FixedAmount or PercentageOfGross).static Benefit.CalculationTypeEnumReturns the enum constant of this type with the specified name.static Benefit.CalculationTypeEnum[]Benefit.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 Benefit.CalculationTypeEnumModifier and TypeMethodDescriptionBenefit.calculationType(Benefit.CalculationTypeEnum calculationType) Calculation Type of the employer pension (FixedAmount or PercentageOfGross).voidBenefit.setCalculationType(Benefit.CalculationTypeEnum calculationType) Calculation Type of the employer pension (FixedAmount or PercentageOfGross).