static enum RootPropertiesParser.RootKeyType extends java.lang.Enum<RootPropertiesParser.RootKeyType>
Enum Constant and Description |
---|
FILE |
FOLDER |
LINKS |
PERMISSION |
Modifier and Type | Field and Description |
---|---|
private boolean |
hasParameter |
(package private) java.lang.String |
keySegment |
private java.lang.String |
message |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getSyntaxErrorMessage(java.lang.String[] keySegments) |
static RootPropertiesParser.RootKeyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RootPropertiesParser.RootKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootPropertiesParser.RootKeyType FILE
public static final RootPropertiesParser.RootKeyType FOLDER
public static final RootPropertiesParser.RootKeyType PERMISSION
public static final RootPropertiesParser.RootKeyType LINKS
final java.lang.String keySegment
private boolean hasParameter
private final java.lang.String message
public static RootPropertiesParser.RootKeyType[] values()
for (RootPropertiesParser.RootKeyType c : RootPropertiesParser.RootKeyType.values()) System.out.println(c);
public static RootPropertiesParser.RootKeyType 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 nulljava.lang.String getSyntaxErrorMessage(java.lang.String[] keySegments)