public enum BraintreeParameter extends java.lang.Enum<BraintreeParameter> implements ICRMLookupEnum
Enum Constant and Description |
---|
LIVE_PRIVATE_KEY |
LIVE_PUBLIC_KEY |
LIVE_TOKENIZATION_KEY |
MERCHANT_ID |
MODE |
TEST_PRIVATE_KEY |
TEST_PUBLIC_KEY |
TEST_TOKENIZATION_KEY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
java.lang.Integer |
getOrder() |
java.lang.String |
getType() |
static BraintreeParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BraintreeParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BraintreeParameter MODE
public static final BraintreeParameter MERCHANT_ID
public static final BraintreeParameter LIVE_PUBLIC_KEY
public static final BraintreeParameter LIVE_PRIVATE_KEY
public static final BraintreeParameter TEST_PUBLIC_KEY
public static final BraintreeParameter TEST_PRIVATE_KEY
public static final BraintreeParameter TEST_TOKENIZATION_KEY
public static final BraintreeParameter LIVE_TOKENIZATION_KEY
public static BraintreeParameter[] values()
for (BraintreeParameter c : BraintreeParameter.values()) System.out.println(c);
public static BraintreeParameter valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum
public java.lang.String getType()
public java.lang.Integer getOrder()