Uses of Enum Class
es.kukenan.smartfi.microservice.transfer.service.enums.CurrencyEnum
Packages that use CurrencyEnum
-
Uses of CurrencyEnum in es.kukenan.smartfi.microservice.transfer.service.enums
Methods in es.kukenan.smartfi.microservice.transfer.service.enums that return CurrencyEnumModifier and TypeMethodDescriptionstatic CurrencyEnum[]CurrencyEnum.getTransferValues()Get enum for origin and destination for transfer.static CurrencyEnumReturns the enum constant of this class with the specified name.static CurrencyEnum[]CurrencyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.