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