public static enum TraversalHolder.Child extends java.lang.Enum<TraversalHolder.Child>
| Enum Constant and Description |
|---|
MERGE_IN_SIDE_EFFECTS |
SET_HOLDER |
SET_SIDE_EFFECTS |
SET_STRATEGIES |
| Modifier and Type | Method and Description |
|---|---|
static TraversalHolder.Child |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraversalHolder.Child[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraversalHolder.Child SET_HOLDER
public static final TraversalHolder.Child SET_SIDE_EFFECTS
public static final TraversalHolder.Child MERGE_IN_SIDE_EFFECTS
public static final TraversalHolder.Child SET_STRATEGIES
public static TraversalHolder.Child[] values()
for (TraversalHolder.Child c : TraversalHolder.Child.values()) System.out.println(c);
public static TraversalHolder.Child 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 © 2013-2015 TinkerPop. All Rights Reserved.