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