Uses of Enum Class
com.teamdev.jxbrowser.card.CreditCardNetwork
-
Uses of CreditCardNetwork in com.teamdev.jxbrowser.card
Modifier and TypeMethodDescriptionstatic CreditCardNetwork
CreditCardNetwork.forNumber
(int value) default CreditCardNetwork
CreditCard.network()
The network issuer of the card.static CreditCardNetwork
CreditCardNetwork.valueOf
(int value) Deprecated.static CreditCardNetwork
CreditCardNetwork.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CreditCardNetwork
Returns the enum constant of this class with the specified name.static CreditCardNetwork[]
CreditCardNetwork.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CreditCardNetwork>
CreditCardNetwork.internalGetValueMap()