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