Uses of Enum
com.xero.models.project.CurrencyCode
Packages that use CurrencyCode
-
Uses of CurrencyCode in com.xero.models.project
Methods in com.xero.models.project that return CurrencyCodeModifier and TypeMethodDescriptionstatic CurrencyCodefromValueAmount.getCurrency()Get currencyProject.getCurrencyCode()Get currencyCodestatic CurrencyCodeReturns the enum constant of this type with the specified name.static CurrencyCode[]CurrencyCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.project with parameters of type CurrencyCodeModifier and TypeMethodDescriptionAmount.currency(CurrencyCode currency) currencyProject.currencyCode(CurrencyCode currencyCode) currencyCodevoidAmount.setCurrency(CurrencyCode currency) currencyvoidProject.setCurrencyCode(CurrencyCode currencyCode) currencyCode