public enum MiracastChannel extends java.lang.Enum<MiracastChannel>
Enum Constant and Description |
---|
EIGHT
eight
|
ELEVEN
eleven
|
FIVE
five
|
FORTY
forty
|
FORTY_EIGHT
forty Eight
|
FORTY_FOUR
forty Four
|
FOUR
four
|
NINE
nine
|
ONE
one
|
ONE_HUNDRED_FIFTY_SEVEN
one Hundred Fifty Seven
|
ONE_HUNDRED_FIFTY_THREE
one Hundred Fifty Three
|
ONE_HUNDRED_FORTY_NINE
one Hundred Forty Nine
|
ONE_HUNDRED_SIXTY_FIVE
one Hundred Sixty Five
|
ONE_HUNDRED_SIXTY_ONE
one Hundred Sixty One
|
SEVEN
seven
|
SIX
six
|
TEN
ten
|
THIRTY_SIX
thirty Six
|
THREE
three
|
TWO
two
|
UNEXPECTED_VALUE
For MiracastChannel values that were not expected from the service
|
USER_DEFINED
user Defined
|
Modifier and Type | Method and Description |
---|---|
static MiracastChannel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MiracastChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiracastChannel USER_DEFINED
public static final MiracastChannel ONE
public static final MiracastChannel TWO
public static final MiracastChannel THREE
public static final MiracastChannel FOUR
public static final MiracastChannel FIVE
public static final MiracastChannel SIX
public static final MiracastChannel SEVEN
public static final MiracastChannel EIGHT
public static final MiracastChannel NINE
public static final MiracastChannel TEN
public static final MiracastChannel ELEVEN
public static final MiracastChannel THIRTY_SIX
public static final MiracastChannel FORTY
public static final MiracastChannel FORTY_FOUR
public static final MiracastChannel FORTY_EIGHT
public static final MiracastChannel ONE_HUNDRED_FORTY_NINE
public static final MiracastChannel ONE_HUNDRED_FIFTY_THREE
public static final MiracastChannel ONE_HUNDRED_FIFTY_SEVEN
public static final MiracastChannel ONE_HUNDRED_SIXTY_ONE
public static final MiracastChannel ONE_HUNDRED_SIXTY_FIVE
public static final MiracastChannel UNEXPECTED_VALUE
public static MiracastChannel[] values()
for (MiracastChannel c : MiracastChannel.values()) System.out.println(c);
public static MiracastChannel 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