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