public static enum WarningManager.WarningOutput extends Enum<WarningManager.WarningOutput>
Modifier and Type | Method and Description |
---|---|
static WarningManager.WarningOutput |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarningManager.WarningOutput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarningManager.WarningOutput SHOW
public static final WarningManager.WarningOutput HIDE
public static final WarningManager.WarningOutput RAISE
public static WarningManager.WarningOutput[] values()
for (WarningManager.WarningOutput c : WarningManager.WarningOutput.values()) System.out.println(c);
public static WarningManager.WarningOutput 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 © 2003–2016 Community Z Tools Project. All rights reserved.