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