public static enum NodeSpaceManager.Space extends 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(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(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 © 2002 – 2024 Project Wonder.