Enum Constant and Description |
---|
Alarm2 |
Alarm3 |
Default |
Hwandsw |
LowBatt |
MenuPop |
MsgBox |
Mute |
Notify |
VoicBeep |
Modifier and Type | Method and Description |
---|---|
static BeepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeepType Mute
public static final BeepType Default
public static final BeepType Hwandsw
public static final BeepType MenuPop
public static final BeepType MsgBox
public static final BeepType Notify
public static final BeepType VoicBeep
public static final BeepType Alarm2
public static final BeepType Alarm3
public static final BeepType LowBatt
public static BeepType[] values()
for (BeepType c : BeepType.values()) System.out.println(c);
public static BeepType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null