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