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