public static enum NavigationEvent.Relation extends Enum<NavigationEvent.Relation>
| Modifier and Type | Method and Description |
|---|---|
static NavigationEvent.Relation |
fromString(String s) |
static NavigationEvent.Relation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationEvent.Relation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationEvent.Relation None
public static final NavigationEvent.Relation Prev
public static final NavigationEvent.Relation Next
public static NavigationEvent.Relation[] values()
for (NavigationEvent.Relation c : NavigationEvent.Relation.values()) System.out.println(c);
public static NavigationEvent.Relation 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 nullpublic static NavigationEvent.Relation fromString(String s)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.