public enum ResultDataContent extends Enum<ResultDataContent>
| Modifier and Type | Method and Description |
|---|---|
static ResultDataContent[] |
fromNames(List<?> names) |
static ResultDataContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultDataContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
abstract ResultDataContentWriter |
writer(URI baseUri) |
public static final ResultDataContent row
public static final ResultDataContent graph
public static final ResultDataContent rest
public static ResultDataContent[] values()
for (ResultDataContent c : ResultDataContent.values()) System.out.println(c);
public static ResultDataContent 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 abstract ResultDataContentWriter writer(URI baseUri)
public static ResultDataContent[] fromNames(List<?> names)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.