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