Uses of Enum
com.xero.models.accounting.AccountType
Packages that use AccountType
-
Uses of AccountType in com.xero.models.accounting
Methods in com.xero.models.accounting that return AccountTypeModifier and TypeMethodDescriptionstatic AccountTypefromValueJournalLine.getAccountType()Get accountTypeAccount.getType()Get typestatic AccountTypeReturns the enum constant of this type with the specified name.static AccountType[]AccountType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type AccountTypeModifier and TypeMethodDescriptionJournalLine.accountType(AccountType accountType) accountTypevoidJournalLine.setAccountType(AccountType accountType) accountTypevoidAccount.setType(AccountType type) typeAccount.type(AccountType type) type