Uses of Enum Class
com.bank.payment.enums.CurrencyType
Packages that use CurrencyType
-
Uses of CurrencyType in com.bank.payment.enums
Methods in com.bank.payment.enums that return CurrencyTypeModifier and TypeMethodDescriptionstatic CurrencyType
Returns the enum constant of this class with the specified name.static CurrencyType[]
CurrencyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.