public static enum Protocol.OutputInfoKey extends Enum<Protocol.OutputInfoKey> implements Protocol.ProtocolEnum
Enum Constant and Description |
---|
COMPILED_CODE |
ERRORS |
STATISTICS |
VARIABLE_MAP |
WARNINGS |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Protocol.OutputInfoKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.OutputInfoKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.OutputInfoKey VARIABLE_MAP
public static final Protocol.OutputInfoKey COMPILED_CODE
public static final Protocol.OutputInfoKey WARNINGS
public static final Protocol.OutputInfoKey ERRORS
public static final Protocol.OutputInfoKey STATISTICS
public static Protocol.OutputInfoKey[] values()
for (Protocol.OutputInfoKey c : Protocol.OutputInfoKey.values()) System.out.println(c);
public static Protocol.OutputInfoKey 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.ProtocolEnum
Copyright © 2009-2014 Google. All Rights Reserved.