public enum PayCellType extends java.lang.Enum<PayCellType>
| Enum Constant and Description |
|---|
AMOUNT |
EMAIL |
EMPTY_16DP |
EMPTY_8DP |
EMPTY_FLEXIBLE_SPACE |
PAY_BUTTON |
PAYMENT_CARD_REQUISITES |
PRODUCT_DESCRIPTION |
PRODUCT_TITLE |
SECURE_LOGOS |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
toIntArray(PayCellType... types) |
static PayCellType[] |
toPayCellTypeArray(int[] types) |
static PayCellType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PayCellType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayCellType PRODUCT_TITLE
public static final PayCellType PRODUCT_DESCRIPTION
public static final PayCellType AMOUNT
public static final PayCellType PAYMENT_CARD_REQUISITES
public static final PayCellType EMAIL
public static final PayCellType PAY_BUTTON
public static final PayCellType SECURE_LOGOS
public static final PayCellType EMPTY_FLEXIBLE_SPACE
public static final PayCellType EMPTY_16DP
public static final PayCellType EMPTY_8DP
public static PayCellType[] values()
for (PayCellType c : PayCellType.values()) System.out.println(c);
public static PayCellType 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 static int[] toIntArray(PayCellType... types)
public static PayCellType[] toPayCellTypeArray(int[] types)