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