Uses of Class
com.xero.models.payrollau.SuperFundType
-
Packages that use SuperFundType Package Description com.xero.models.payrollau -
-
Uses of SuperFundType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperFundType Modifier and Type Method Description static SuperFundTypeSuperFundType. fromValue(String value)fromValueSuperFundTypeSuperFund. getType()Get typestatic SuperFundTypeSuperFundType. valueOf(String name)Returns the enum constant of this type with the specified name.static SuperFundType[]SuperFundType. 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 SuperFundType Modifier and Type Method Description voidSuperFund. setType(SuperFundType type)typeSuperFundSuperFund. type(SuperFundType type)type
-