public static enum DropdownChipLayouter.AdapterType extends Enum<DropdownChipLayouter.AdapterType>
Enum Constant and Description |
---|
BASE_RECIPIENT |
RECIPIENT_ALTERNATES |
SINGLE_RECIPIENT |
Modifier and Type | Method and Description |
---|---|
static DropdownChipLayouter.AdapterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropdownChipLayouter.AdapterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DropdownChipLayouter.AdapterType BASE_RECIPIENT
public static final DropdownChipLayouter.AdapterType RECIPIENT_ALTERNATES
public static final DropdownChipLayouter.AdapterType SINGLE_RECIPIENT
public static DropdownChipLayouter.AdapterType[] values()
for (DropdownChipLayouter.AdapterType c : DropdownChipLayouter.AdapterType.values()) System.out.println(c);
public static DropdownChipLayouter.AdapterType 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 null