public enum SonosCapability extends Enum<SonosCapability>
SonosCapability class.
| Enum Constant and Description |
|---|
AIRPLAY |
CLOUD |
HT_PLAYBACK |
HT_POWER_STATE |
LINE_IN |
PLAYBACK |
| Modifier and Type | Method and Description |
|---|---|
static SonosCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SonosCapability PLAYBACK
public static final SonosCapability CLOUD
public static final SonosCapability HT_PLAYBACK
public static final SonosCapability HT_POWER_STATE
public static final SonosCapability AIRPLAY
public static final SonosCapability LINE_IN
public static SonosCapability[] values()
for (SonosCapability c : SonosCapability.values()) System.out.println(c);
public static SonosCapability 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.