public enum PlayCollectState extends Enum<PlayCollectState>
| Enum Constant and Description |
|---|
CANCELED |
COLLECT |
COLLECTED |
COLLECTING |
EVALUATING |
FAILED |
FAILING |
LOADING_PLAYLIST |
NO_DIGITS_REPROMPTING |
PLAY |
PLAY_COLLECT |
PLAYING_FAILURE |
PLAYING_SUCCESS |
PROMPTED |
PROMPTING |
REPROMPTING |
SUCCEEDED |
SUCCEEDING |
| Modifier and Type | Method and Description |
|---|---|
static PlayCollectState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayCollectState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayCollectState PLAY_COLLECT
public static final PlayCollectState PLAY
public static final PlayCollectState LOADING_PLAYLIST
public static final PlayCollectState PROMPTING
public static final PlayCollectState REPROMPTING
public static final PlayCollectState NO_DIGITS_REPROMPTING
public static final PlayCollectState PROMPTED
public static final PlayCollectState COLLECT
public static final PlayCollectState COLLECTING
public static final PlayCollectState COLLECTED
public static final PlayCollectState CANCELED
public static final PlayCollectState EVALUATING
public static final PlayCollectState SUCCEEDING
public static final PlayCollectState PLAYING_SUCCESS
public static final PlayCollectState SUCCEEDED
public static final PlayCollectState FAILING
public static final PlayCollectState PLAYING_FAILURE
public static final PlayCollectState FAILED
public static PlayCollectState[] values()
for (PlayCollectState c : PlayCollectState.values()) System.out.println(c);
public static PlayCollectState 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 © 2017 TeleStax, Inc.. All Rights Reserved.