public static enum CommMessageAPI.MessageClickAction extends java.lang.Enum<CommMessageAPI.MessageClickAction>
| Enum Constant and Description |
|---|
CARGO_TAB |
CHARACTER_TAB |
COLONY_INFO |
FLEET_TAB |
INCOME_TAB |
INTEL_TAB |
INTERACTION_DIALOG |
NOTHING |
REFIT_TAB |
| Modifier and Type | Method and Description |
|---|---|
static CommMessageAPI.MessageClickAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommMessageAPI.MessageClickAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommMessageAPI.MessageClickAction FLEET_TAB
public static final CommMessageAPI.MessageClickAction REFIT_TAB
public static final CommMessageAPI.MessageClickAction INTEL_TAB
public static final CommMessageAPI.MessageClickAction CHARACTER_TAB
public static final CommMessageAPI.MessageClickAction CARGO_TAB
public static final CommMessageAPI.MessageClickAction INCOME_TAB
public static final CommMessageAPI.MessageClickAction COLONY_INFO
public static final CommMessageAPI.MessageClickAction INTERACTION_DIALOG
public static final CommMessageAPI.MessageClickAction NOTHING
public static CommMessageAPI.MessageClickAction[] values()
for (CommMessageAPI.MessageClickAction c : CommMessageAPI.MessageClickAction.values()) System.out.println(c);
public static CommMessageAPI.MessageClickAction 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