public static enum Protocol.WarningLevelKey extends Enum<Protocol.WarningLevelKey> implements Protocol.ProtocolEnum
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static Protocol.WarningLevelKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.WarningLevelKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.WarningLevelKey QUIET
public static final Protocol.WarningLevelKey DEFAULT
public static final Protocol.WarningLevelKey VERBOSE
public static Protocol.WarningLevelKey[] values()
for (Protocol.WarningLevelKey c : Protocol.WarningLevelKey.values()) System.out.println(c);
public static Protocol.WarningLevelKey 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 String getValue()
getValue in interface Protocol.ProtocolEnumCopyright © 2009-2015 Google. All Rights Reserved.