public static enum PresentationSpace.SearchDirection extends Enum<PresentationSpace.SearchDirection>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PresentationSpace.SearchDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationSpace.SearchDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationSpace.SearchDirection FORWARD
public static final PresentationSpace.SearchDirection BACKWARD
public static PresentationSpace.SearchDirection[] values()
for (PresentationSpace.SearchDirection c : PresentationSpace.SearchDirection.values()) System.out.println(c);
public static PresentationSpace.SearchDirection 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 String toString()
toString in class Enum<PresentationSpace.SearchDirection>Copyright © 2020 Micro Focus. All rights reserved.