public static enum Enumhta.ClickAction extends Enum<Enumhta.ClickAction>
| Enum Constant and Description |
|---|
CHANGE_PAGE |
OPEN_URL |
RUN_COMMAND |
SUGGEST_COMMAND |
| Modifier and Type | Method and Description |
|---|---|
static Enumhta.ClickAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumhta.ClickAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumhta.ClickAction RUN_COMMAND
public static final Enumhta.ClickAction SUGGEST_COMMAND
public static final Enumhta.ClickAction OPEN_URL
public static final Enumhta.ClickAction CHANGE_PAGE
public static Enumhta.ClickAction[] values()
for (Enumhta.ClickAction c : Enumhta.ClickAction.values()) System.out.println(c);
public static Enumhta.ClickAction 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 © 2019. All rights reserved.