public static enum JpqlBuilder.SORTORDER extends Enum<JpqlBuilder.SORTORDER>
| Modifier and Type | Method and Description |
|---|---|
static JpqlBuilder.SORTORDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JpqlBuilder.SORTORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JpqlBuilder.SORTORDER DESC
public static final JpqlBuilder.SORTORDER ASC
public static JpqlBuilder.SORTORDER[] values()
for (JpqlBuilder.SORTORDER c : JpqlBuilder.SORTORDER.values()) System.out.println(c);
public static JpqlBuilder.SORTORDER 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 Fryske Akademy. All rights reserved.