Uses of Enum Class
com.teamdev.jxbrowser.card.CreditCardNetwork
Packages that use CreditCardNetwork
Package
Description
This package provides classes that allow managing credit cards.
-
Uses of CreditCardNetwork in com.teamdev.jxbrowser.card
Methods in com.teamdev.jxbrowser.card that return CreditCardNetworkModifier and TypeMethodDescriptionstatic CreditCardNetworkCreditCardNetwork.forNumber(int value) default CreditCardNetworkCreditCard.network()The network issuer of the card.static CreditCardNetworkCreditCardNetwork.valueOf(int value) Deprecated.static CreditCardNetworkCreditCardNetwork.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CreditCardNetworkReturns 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()