public static enum NodeSpaceManager.Space extends java.lang.Enum<NodeSpaceManager.Space> implements org.neo4j.graphdb.RelationshipType
| Enum Constant and Description |
|---|
PERMANENT |
TEMPORARY
space for nodes created temporary, that should eventually end up in PERMANENT space.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeSpaceManager.Space |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeSpaceManager.Space[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeSpaceManager.Space TEMPORARY
public static final NodeSpaceManager.Space PERMANENT
public static NodeSpaceManager.Space[] values()
for (NodeSpaceManager.Space c : NodeSpaceManager.Space.values()) System.out.println(c);
public static NodeSpaceManager.Space 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 nullCopyright © 2002 – 2022 Project Wonder.