public static enum Protocol.CompilationLevelKey extends Enum<Protocol.CompilationLevelKey> implements Protocol.ProtocolEnum
| Enum Constant and Description |
|---|
ADVANCED_OPTIMIZATIONS |
SIMPLE_OPTIMIZATIONS |
WHITESPACE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static Protocol.CompilationLevelKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.CompilationLevelKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.CompilationLevelKey WHITESPACE_ONLY
public static final Protocol.CompilationLevelKey SIMPLE_OPTIMIZATIONS
public static final Protocol.CompilationLevelKey ADVANCED_OPTIMIZATIONS
public static Protocol.CompilationLevelKey[] values()
for (Protocol.CompilationLevelKey c : Protocol.CompilationLevelKey.values()) System.out.println(c);
public static Protocol.CompilationLevelKey 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.