Uses of Enum
com.xero.models.payrollnz.Benefit.CategoryEnum
Packages that use Benefit.CategoryEnum
-
Uses of Benefit.CategoryEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Benefit.CategoryEnumModifier and TypeMethodDescriptionstatic Benefit.CategoryEnumfromValueBenefit.getCategory()Superannuations Category typestatic Benefit.CategoryEnumReturns the enum constant of this type with the specified name.static Benefit.CategoryEnum[]Benefit.CategoryEnum.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 Benefit.CategoryEnumModifier and TypeMethodDescriptionBenefit.category(Benefit.CategoryEnum category) Superannuations Category typevoidBenefit.setCategory(Benefit.CategoryEnum category) Superannuations Category type