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