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