public static enum CompilationMessageCollector.Unknown extends Enum<CompilationMessageCollector.Unknown>
Enum Constant and Description |
---|
UNKNOWN_MESSAGE_KIND |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CompilationMessageCollector.Unknown |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationMessageCollector.Unknown[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilationMessageCollector.Unknown UNKNOWN_MESSAGE_KIND
public static CompilationMessageCollector.Unknown[] values()
for (CompilationMessageCollector.Unknown c : CompilationMessageCollector.Unknown.values()) System.out.println(c);
public static CompilationMessageCollector.Unknown 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 toString()
toString
in class Enum<CompilationMessageCollector.Unknown>
Copyright © 2007-2017 The Apache Software Foundation