public enum SonosTvPowerState extends Enum<SonosTvPowerState>
SonosTvPowerState class.
| Modifier and Type | Method and Description |
|---|---|
static SonosTvPowerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosTvPowerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SonosTvPowerState ON
public static final SonosTvPowerState STANDBY
public static SonosTvPowerState[] values()
for (SonosTvPowerState c : SonosTvPowerState.values()) System.out.println(c);
public static SonosTvPowerState 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 © 2018. All rights reserved.