public static enum RootsResolver.ResolveDirection extends java.lang.Enum<RootsResolver.ResolveDirection>
Modifier and Type | Method and Description |
---|---|
static RootsResolver.ResolveDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RootsResolver.ResolveDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootsResolver.ResolveDirection FORWARD
public static final RootsResolver.ResolveDirection BACKWARD
public static RootsResolver.ResolveDirection[] values()
for (RootsResolver.ResolveDirection c : RootsResolver.ResolveDirection.values()) System.out.println(c);
public static RootsResolver.ResolveDirection 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 null