public static enum PgxGraph.MultiEdges extends java.lang.Enum<PgxGraph.MultiEdges>
| Enum Constant and Description |
|---|
KEEP_MULTI_EDGES |
REMOVE_MULTI_EDGES |
| Modifier and Type | Method and Description |
|---|---|
static PgxGraph.MultiEdges |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxGraph.MultiEdges[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PgxGraph.MultiEdges KEEP_MULTI_EDGES
public static final PgxGraph.MultiEdges REMOVE_MULTI_EDGES
public static PgxGraph.MultiEdges 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.MultiEdges[] values()
for (PgxGraph.MultiEdges c : PgxGraph.MultiEdges.values())
System.out.println(c);
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.