Package | Description |
---|---|
com.teamdev.jxbrowser.card |
Modifier and Type | Method and Description |
---|---|
static CreditCardNetwork |
CreditCardNetwork.forNumber(int value) |
default CreditCardNetwork |
CreditCard.network()
The network issuer of the card.
|
static CreditCardNetwork |
CreditCardNetwork.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CreditCardNetwork |
CreditCardNetwork.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CreditCardNetwork |
CreditCardNetwork.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreditCardNetwork[] |
CreditCardNetwork.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CreditCardNetwork> |
CreditCardNetwork.internalGetValueMap() |