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