public static enum PathNode.PathMod extends Enum<PathNode.PathMod>
Enum Constant and Description |
---|
ONE_OR_MORE |
ZERO_OR_MORE |
ZERO_OR_ONE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PathNode.PathMod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathNode.PathMod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathNode.PathMod ZERO_OR_ONE
public static final PathNode.PathMod ZERO_OR_MORE
public static final PathNode.PathMod ONE_OR_MORE
public static PathNode.PathMod[] values()
for (PathNode.PathMod c : PathNode.PathMod.values()) System.out.println(c);
public static PathNode.PathMod 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 nullpublic String toString()
toString
in class Enum<PathNode.PathMod>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.