public static enum ExplainConfiguration.AnalyzeState extends Enum<ExplainConfiguration.AnalyzeState>
| Modifier and Type | Method and Description |
|---|---|
static ExplainConfiguration.AnalyzeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplainConfiguration.AnalyzeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExplainConfiguration.AnalyzeState RUNNING
public static final ExplainConfiguration.AnalyzeState ANALYZING
public static ExplainConfiguration.AnalyzeState[] values()
for (ExplainConfiguration.AnalyzeState c : ExplainConfiguration.AnalyzeState.values()) System.out.println(c);
public static ExplainConfiguration.AnalyzeState 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 nullCopyright © 2019 The Apache Software Foundation. All Rights Reserved.