public static enum NavigationCourseEvent.NavigationEventType extends Enum<NavigationCourseEvent.NavigationEventType>
| Modifier and Type | Method and Description |
|---|---|
static NavigationCourseEvent.NavigationEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationCourseEvent.NavigationEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationCourseEvent.NavigationEventType CREATE
public static final NavigationCourseEvent.NavigationEventType EDIT
public static NavigationCourseEvent.NavigationEventType[] values()
for (NavigationCourseEvent.NavigationEventType c : NavigationCourseEvent.NavigationEventType.values()) System.out.println(c);
public static NavigationCourseEvent.NavigationEventType 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 © 2018. All Rights Reserved.