public static enum Phone.AudioBRNMode extends java.lang.Enum<Phone.AudioBRNMode>
Enum Constant and Description |
---|
HP
High Performance mode.
|
LP
Low Power mode.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Phone.AudioBRNMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phone.AudioBRNMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Phone.AudioBRNMode LP
public static final Phone.AudioBRNMode HP
public static Phone.AudioBRNMode[] values()
for (Phone.AudioBRNMode c : Phone.AudioBRNMode.values()) System.out.println(c);
public static Phone.AudioBRNMode 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 nullpublic int getValue()