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