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