public enum UserSelectedFundingSourceType extends Enum<UserSelectedFundingSourceType>
| Enum Constant and Description |
|---|
BML |
CHINAUNIONPAY |
CREDITCARD |
ELV |
FINANCE |
| Modifier and Type | Method and Description |
|---|---|
static UserSelectedFundingSourceType |
fromValue(String v) |
String |
getValue() |
static UserSelectedFundingSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSelectedFundingSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSelectedFundingSourceType ELV
public static final UserSelectedFundingSourceType CREDITCARD
public static final UserSelectedFundingSourceType CHINAUNIONPAY
public static final UserSelectedFundingSourceType BML
public static final UserSelectedFundingSourceType FINANCE
public static UserSelectedFundingSourceType[] values()
for (UserSelectedFundingSourceType c : UserSelectedFundingSourceType.values()) System.out.println(c);
public static UserSelectedFundingSourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static UserSelectedFundingSourceType fromValue(String v)
Copyright © 2015. All Rights Reserved.