public static enum ConsoleInteractor.DisplayMode extends Enum<ConsoleInteractor.DisplayMode>
Enum Constant and Description |
---|
Confirmation |
Hint |
Information |
Question |
Warning |
Modifier and Type | Method and Description |
---|---|
static ConsoleInteractor.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleInteractor.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsoleInteractor.DisplayMode Hint
public static final ConsoleInteractor.DisplayMode Warning
public static final ConsoleInteractor.DisplayMode Confirmation
public static final ConsoleInteractor.DisplayMode Question
public static final ConsoleInteractor.DisplayMode Information
public static ConsoleInteractor.DisplayMode[] values()
for (ConsoleInteractor.DisplayMode c : ConsoleInteractor.DisplayMode.values()) System.out.println(c);
public static ConsoleInteractor.DisplayMode 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 © 2018 Zanata Project. All rights reserved.