public static enum Finder.SortDirection extends Enum<Finder.SortDirection>
Enum Constant and Description |
---|
ASCENDING |
DESCENDING |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static Finder.SortDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Finder.SortDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Finder.SortDirection ASCENDING
public static final Finder.SortDirection DESCENDING
public static Finder.SortDirection[] values()
for (Finder.SortDirection c : Finder.SortDirection.values()) System.out.println(c);
public static Finder.SortDirection 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 int intValue()
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.