public static enum GadgetsHandlerApi.MessageLevel extends Enum<GadgetsHandlerApi.MessageLevel>
| Enum Constant and Description |
|---|
ERROR |
FATAL_ERROR |
INFERENCE |
LINT |
LOG |
SUMMARY |
UNKNOWN |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static GadgetsHandlerApi.MessageLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetsHandlerApi.MessageLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GadgetsHandlerApi.MessageLevel UNKNOWN
public static final GadgetsHandlerApi.MessageLevel LOG
public static final GadgetsHandlerApi.MessageLevel SUMMARY
public static final GadgetsHandlerApi.MessageLevel INFERENCE
public static final GadgetsHandlerApi.MessageLevel LINT
public static final GadgetsHandlerApi.MessageLevel WARNING
public static final GadgetsHandlerApi.MessageLevel ERROR
public static final GadgetsHandlerApi.MessageLevel FATAL_ERROR
public static GadgetsHandlerApi.MessageLevel[] values()
for (GadgetsHandlerApi.MessageLevel c : GadgetsHandlerApi.MessageLevel.values()) System.out.println(c);
public static GadgetsHandlerApi.MessageLevel 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 © 2007-2014 The Apache Software Foundation. All Rights Reserved.