public enum StandardWarningCode extends Enum<StandardWarningCode> implements WarningCodeSupplier
| Enum Constant and Description |
|---|
PARSER_WARNING |
TOO_MANY_STAGES |
| Modifier and Type | Method and Description |
|---|---|
WarningCode |
toWarningCode() |
static StandardWarningCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardWarningCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardWarningCode TOO_MANY_STAGES
public static final StandardWarningCode PARSER_WARNING
public static StandardWarningCode[] values()
for (StandardWarningCode c : StandardWarningCode.values()) System.out.println(c);
public static StandardWarningCode 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 nullpublic WarningCode toWarningCode()
toWarningCode in interface WarningCodeSupplierCopyright © 2012–2019. All rights reserved.