| Package | Description |
|---|---|
| org.owasp.webgoat.lessons.model |
| Modifier and Type | Method and Description |
|---|---|
LessonMenuItemType |
LessonMenuItem.getType()
Getter for the field
type. |
static LessonMenuItemType |
LessonMenuItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LessonMenuItemType[] |
LessonMenuItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LessonMenuItem.setType(LessonMenuItemType type)
Setter for the field
type. |
Copyright © 2006–2016 OWASP. All rights reserved.