public static enum MatchStep.TraversalType extends Enum<MatchStep.TraversalType>
| Enum Constant and Description | 
|---|
| MATCH_TRAVERSAL | 
| WHERE_PREDICATE | 
| WHERE_TRAVERSAL | 
| Modifier and Type | Method and Description | 
|---|---|
| static MatchStep.TraversalType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MatchStep.TraversalType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MatchStep.TraversalType WHERE_PREDICATE
public static final MatchStep.TraversalType WHERE_TRAVERSAL
public static final MatchStep.TraversalType MATCH_TRAVERSAL
public static MatchStep.TraversalType[] values()
for (MatchStep.TraversalType c : MatchStep.TraversalType.values()) System.out.println(c);
public static MatchStep.TraversalType 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 © 2013–2015 Apache Software Foundation. All rights reserved.