public static enum DialogWB.DialogType extends Enum<DialogWB.DialogType>
Modifier and Type | Method and Description |
---|---|
static DialogWB.DialogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogWB.DialogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogWB.DialogType Info
public static final DialogWB.DialogType Warning
public static final DialogWB.DialogType Error
public static DialogWB.DialogType[] values()
for (DialogWB.DialogType c : DialogWB.DialogType.values()) System.out.println(c);
public static DialogWB.DialogType 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 © 2011–2016 JRebirth OSS. All rights reserved.