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