public enum MiracastChannel extends Enum<MiracastChannel> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
EIGHT |
ELEVEN |
FIVE |
FORTY |
FORTY_EIGHT |
FORTY_FOUR |
FOUR |
NINE |
ONE |
ONE_HUNDRED_FIFTY_SEVEN |
ONE_HUNDRED_FIFTY_THREE |
ONE_HUNDRED_FORTY_NINE |
ONE_HUNDRED_SIXTY_FIVE |
ONE_HUNDRED_SIXTY_ONE |
SEVEN |
SIX |
TEN |
THIRTY_SIX |
THREE |
TWO |
USER_DEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static MiracastChannel |
valueOf(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 MiracastChannel[] values()
for (MiracastChannel c : MiracastChannel.values()) System.out.println(c);
public static MiracastChannel 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 nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.