public static enum ImmutableListPathCore.Parser.NamedRootFormat extends Enum<ImmutableListPathCore.Parser.NamedRootFormat>
Enum Constant and Description |
---|
OPTIONAL_PREFIX
Named roots are identified by a prefix string while the unamed
root is identified by the path separator.
|
POSTFIX
All roots are identified by a postfix string.
|
PREFIX
All roots are identified by a prefix string.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableListPathCore.Parser.NamedRootFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableListPathCore.Parser.NamedRootFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImmutableListPathCore.Parser.NamedRootFormat PREFIX
public static final ImmutableListPathCore.Parser.NamedRootFormat OPTIONAL_PREFIX
public static final ImmutableListPathCore.Parser.NamedRootFormat POSTFIX
public static ImmutableListPathCore.Parser.NamedRootFormat[] values()
for (ImmutableListPathCore.Parser.NamedRootFormat c : ImmutableListPathCore.Parser.NamedRootFormat.values()) System.out.println(c);
public static ImmutableListPathCore.Parser.NamedRootFormat 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 null