public static enum PgxGraph.SortOrder extends java.lang.Enum<PgxGraph.SortOrder>
| Enum Constant and Description |
|---|
ASCENDING |
DESCENDING |
| Modifier and Type | Method and Description |
|---|---|
static PgxGraph.SortOrder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxGraph.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PgxGraph.SortOrder ASCENDING
public static final PgxGraph.SortOrder DESCENDING
public static PgxGraph.SortOrder valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PgxGraph.SortOrder[] values()
for (PgxGraph.SortOrder c : PgxGraph.SortOrder.values())
System.out.println(c);
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.