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