public static enum ConfigReader.State extends Enum<ConfigReader.State>
Enum Constant and Description |
---|
BEAN |
COMMENT |
ENVIRONMENT |
LIST |
MAP |
PROPERTY |
QUOTE |
Modifier and Type | Method and Description |
---|---|
static ConfigReader.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigReader.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigReader.State MAP
public static final ConfigReader.State QUOTE
public static final ConfigReader.State LIST
public static final ConfigReader.State COMMENT
public static final ConfigReader.State BEAN
public static final ConfigReader.State ENVIRONMENT
public static final ConfigReader.State PROPERTY
public static ConfigReader.State[] values()
for (ConfigReader.State c : ConfigReader.State.values()) System.out.println(c);
public static ConfigReader.State 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 © 2004–2019 "Tigase, Inc.". All rights reserved.