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