public static enum MediaServerControllerStateChanged.MediaServerControllerState extends Enum<MediaServerControllerStateChanged.MediaServerControllerState>
Modifier and Type | Method and Description |
---|---|
static MediaServerControllerStateChanged.MediaServerControllerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaServerControllerStateChanged.MediaServerControllerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaServerControllerStateChanged.MediaServerControllerState PENDING
public static final MediaServerControllerStateChanged.MediaServerControllerState ACTIVE
public static final MediaServerControllerStateChanged.MediaServerControllerState FAILED
public static final MediaServerControllerStateChanged.MediaServerControllerState INACTIVE
public static MediaServerControllerStateChanged.MediaServerControllerState[] values()
for (MediaServerControllerStateChanged.MediaServerControllerState c : MediaServerControllerStateChanged.MediaServerControllerState.values()) System.out.println(c);
public static MediaServerControllerStateChanged.MediaServerControllerState 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 © 2016. All Rights Reserved.