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