public static enum DebugCLI.InitialPromptState extends Enum<DebugCLI.InitialPromptState>
Enum Constant and Description |
---|
DONE |
NEVER_SHOWN |
SHOWN_ONCE |
Modifier and Type | Method and Description |
---|---|
static DebugCLI.InitialPromptState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugCLI.InitialPromptState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebugCLI.InitialPromptState NEVER_SHOWN
public static final DebugCLI.InitialPromptState SHOWN_ONCE
public static final DebugCLI.InitialPromptState DONE
public static DebugCLI.InitialPromptState[] values()
for (DebugCLI.InitialPromptState c : DebugCLI.InitialPromptState.values()) System.out.println(c);
public static DebugCLI.InitialPromptState 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 © 2016 The Apache Software Foundation. All rights reserved.