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