public static enum DynamicDeckInitiatorPageModel.Mode extends Enum<DynamicDeckInitiatorPageModel.Mode>
| Enum Constant and Description |
|---|
COLLECTION |
QUERY |
TAGS |
| Modifier and Type | Method and Description |
|---|---|
static DynamicDeckInitiatorPageModel.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicDeckInitiatorPageModel.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicDeckInitiatorPageModel.Mode COLLECTION
public static final DynamicDeckInitiatorPageModel.Mode QUERY
public static final DynamicDeckInitiatorPageModel.Mode TAGS
public static DynamicDeckInitiatorPageModel.Mode[] values()
for (DynamicDeckInitiatorPageModel.Mode c : DynamicDeckInitiatorPageModel.Mode.values()) System.out.println(c);
public static DynamicDeckInitiatorPageModel.Mode 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 nullCopyright © 2013–2020 Adobe. All rights reserved.