Uses of Enum
com.labs64.netlicensing.domain.vo.PaymentMethodEnum
Packages that use PaymentMethodEnum
-
Uses of PaymentMethodEnum in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return PaymentMethodEnumModifier and TypeMethodDescriptionstatic PaymentMethodEnum
PaymentMethodEnum.parseString
(String paymentMethod) static PaymentMethodEnum
Returns the enum constant of this type with the specified name.static PaymentMethodEnum[]
PaymentMethodEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.