public static enum Console.MessageSource extends java.lang.Enum<Console.MessageSource>
| Enum Constant and Description |
|---|
APPCACHE |
CONSOLE_API |
CSS |
JAVASCRIPT |
NETWORK |
OTHER |
RENDERING |
SECURITY |
STORAGE |
XML |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProtocolValue() |
static Console.MessageSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Console.MessageSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Console.MessageSource XML
public static final Console.MessageSource JAVASCRIPT
public static final Console.MessageSource NETWORK
public static final Console.MessageSource CONSOLE_API
public static final Console.MessageSource STORAGE
public static final Console.MessageSource APPCACHE
public static final Console.MessageSource RENDERING
public static final Console.MessageSource CSS
public static final Console.MessageSource SECURITY
public static final Console.MessageSource OTHER
public static Console.MessageSource[] values()
for (Console.MessageSource c : Console.MessageSource.values()) System.out.println(c);
public static Console.MessageSource valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getProtocolValue()