Uses of Enum Class
com.teamdev.jxbrowser.card.CreditCardNetwork
Packages that use CreditCardNetwork
-
Uses of CreditCardNetwork in com.teamdev.jxbrowser.card
Methods in com.teamdev.jxbrowser.card that return CreditCardNetworkModifier 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.Methods in com.teamdev.jxbrowser.card that return types with arguments of type CreditCardNetworkModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CreditCardNetwork>
CreditCardNetwork.internalGetValueMap()