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