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