Uses of Enum
com.xero.models.payrollnz.Reimbursement.CalculationTypeEnum
Packages that use Reimbursement.CalculationTypeEnum
-
Uses of Reimbursement.CalculationTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Reimbursement.CalculationTypeEnumModifier and TypeMethodDescriptionfromValueReimbursement.getCalculationType()See Calculation TypesReturns the enum constant of this type with the specified name.static Reimbursement.CalculationTypeEnum[]Reimbursement.CalculationTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type Reimbursement.CalculationTypeEnumModifier and TypeMethodDescriptionReimbursement.calculationType(Reimbursement.CalculationTypeEnum calculationType) See Calculation TypesvoidReimbursement.setCalculationType(Reimbursement.CalculationTypeEnum calculationType) See Calculation Types