public static enum Protocol.ResponseTag extends Enum<Protocol.ResponseTag> implements Protocol.ProtocolEnum
Modifier and Type | Method and Description |
---|---|
String |
getResponseTag() |
String |
getValue() |
String |
toString() |
static Protocol.ResponseTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ResponseTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.ResponseTag ROOT_TAG
public static final Protocol.ResponseTag COMPILED_CODE_TAG
public static final Protocol.ResponseTag WARNINGS_TAG
public static final Protocol.ResponseTag WARNING_TAG
public static final Protocol.ResponseTag ERRORS_TAG
public static final Protocol.ResponseTag ERROR_TAG
public static final Protocol.ResponseTag ERROR_LINE_NO_ATTR
public static final Protocol.ResponseTag ERROR_LINE_ATTR
public static final Protocol.ResponseTag ERROR_CHAR_ATTR
public static final Protocol.ResponseTag ERROR_FILE_ATTR
public static final Protocol.ResponseTag ERROR_TYPE_ATTR
public static final Protocol.ResponseTag STATS_TAG
public static final Protocol.ResponseTag ORIGINAL_SIZE_TAG
public static final Protocol.ResponseTag ORIGINAL_GZIP_SIZE_TAG
public static final Protocol.ResponseTag COMPRESSED_SIZE_TAG
public static final Protocol.ResponseTag COMPRESSED_GZIP_SIZE_TAG
public static final Protocol.ResponseTag COMPILE_TIME_TAG
public static final Protocol.ResponseTag SERVER_ERRORS_TAG
public static final Protocol.ResponseTag SERVER_ERROR_TAG
public static final Protocol.ResponseTag SERVER_ERROR_CODE_ATTR
public static final Protocol.ResponseTag VARIABLE_MAP
public static final Protocol.ResponseTag VARIABLE_MAP_ENTRY
public static final Protocol.ResponseTag ORIGINAL_NAME_ATTR
public static final Protocol.ResponseTag NEW_NAME_ATTR
public static final Protocol.ResponseTag OUTPUT_FILE_PATH
public static Protocol.ResponseTag[] values()
for (Protocol.ResponseTag c : Protocol.ResponseTag.values()) System.out.println(c);
public static Protocol.ResponseTag 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 getResponseTag()
public String toString()
toString
in class Enum<Protocol.ResponseTag>
public String getValue()
getValue
in interface Protocol.ProtocolEnum
Copyright © 2009–2023 Google. All rights reserved.