public enum LessonMenuItemType extends Enum<LessonMenuItemType>
LessonMenuItemType class.
| Modifier and Type | Method and Description |
|---|---|
static LessonMenuItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LessonMenuItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LessonMenuItemType CATEGORY
public static final LessonMenuItemType LESSON
public static final LessonMenuItemType STAGE
public static LessonMenuItemType[] values()
for (LessonMenuItemType c : LessonMenuItemType.values()) System.out.println(c);
public static LessonMenuItemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2006–2016 OWASP. All rights reserved.