public enum DispatchSubCategory extends Enum<DispatchSubCategory>
| Modifier and Type | Class and Description |
|---|---|
static class |
DispatchSubCategory.Adapter
Converts a String to a DispatchSubCategory, and vice versa.
|
| Enum Constant and Description |
|---|
CAMPAIGN |
CULTURE |
DIPLOMACY |
DRAMA |
ECONOMY |
GAMEPLAY |
GEOGRAPHY |
HISTORY |
INTERNATIONAL |
LEGISLATION |
MILITARY |
MISCELLANEOUS |
NEWS |
OPINION |
OTHER |
OVERVIEW |
POLICY |
POLITICS |
REFERENCE |
RELIGION |
SCIENCE |
SPORT |
TRADE |
TRIVIA |
| Modifier and Type | Method and Description |
|---|---|
static DispatchSubCategory |
fromString(String stringValue)
Returns the DispatchSubCategory represented by the supplied string.
|
String |
toString() |
static DispatchSubCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchSubCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DispatchSubCategory OVERVIEW
public static final DispatchSubCategory HISTORY
public static final DispatchSubCategory GEOGRAPHY
public static final DispatchSubCategory POLITICS
public static final DispatchSubCategory LEGISLATION
public static final DispatchSubCategory RELIGION
public static final DispatchSubCategory ECONOMY
public static final DispatchSubCategory INTERNATIONAL
public static final DispatchSubCategory TRIVIA
public static final DispatchSubCategory MISCELLANEOUS
public static final DispatchSubCategory MILITARY
public static final DispatchSubCategory CULTURE
public static final DispatchSubCategory TRADE
public static final DispatchSubCategory SPORT
public static final DispatchSubCategory DRAMA
public static final DispatchSubCategory DIPLOMACY
public static final DispatchSubCategory SCIENCE
public static final DispatchSubCategory OTHER
public static final DispatchSubCategory POLICY
public static final DispatchSubCategory NEWS
public static final DispatchSubCategory OPINION
public static final DispatchSubCategory CAMPAIGN
public static final DispatchSubCategory GAMEPLAY
public static final DispatchSubCategory REFERENCE
public static DispatchSubCategory[] values()
for (DispatchSubCategory c : DispatchSubCategory.values()) System.out.println(c);
public static DispatchSubCategory 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 nullpublic String toString()
toString in class Enum<DispatchSubCategory>public static DispatchSubCategory fromString(String stringValue)
stringValue - the supplied string.Copyright © 2017. All rights reserved.