public static enum StringMapParser.When extends Enum<StringMapParser.When>
| Enum Constant and Description |
|---|
QUOTE_ALWAYS |
QUOTE_NEVER |
QUOTE_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static StringMapParser.When |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringMapParser.When[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringMapParser.When QUOTE_ALWAYS
public static final StringMapParser.When QUOTE_REQUIRED
public static final StringMapParser.When QUOTE_NEVER
public static StringMapParser.When[] values()
for (StringMapParser.When c : StringMapParser.When.values()) System.out.println(c);
public static StringMapParser.When 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 © 2022 vpc open source initiative. All rights reserved.