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