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