public enum AnalysisService extends java.lang.Enum<AnalysisService>
| Enum Constant and Description |
|---|
FOLDING |
HIGHLIGHTS |
INVALIDATE |
NAVIGATION |
OCCURRENCES |
OUTLINE |
OVERRIDES |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisService FOLDING
public static final AnalysisService HIGHLIGHTS
public static final AnalysisService INVALIDATE
public static final AnalysisService NAVIGATION
public static final AnalysisService OCCURRENCES
public static final AnalysisService OUTLINE
public static final AnalysisService OVERRIDES
public static AnalysisService[] values()
for (AnalysisService c : AnalysisService.values()) System.out.println(c);
public static AnalysisService 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