public static enum FlatMessageBox.MessageType extends Enum<FlatMessageBox.MessageType>
| Modifier and Type | Method and Description |
|---|---|
static FlatMessageBox.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlatMessageBox.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlatMessageBox.MessageType SUCCESS
public static final FlatMessageBox.MessageType INFO
public static final FlatMessageBox.MessageType WARN
public static final FlatMessageBox.MessageType ERROR
public static FlatMessageBox.MessageType[] values()
for (FlatMessageBox.MessageType c : FlatMessageBox.MessageType.values()) System.out.println(c);
public static FlatMessageBox.MessageType 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 © 2014. All rights reserved.