public enum PlayCollectEvent extends Enum<PlayCollectEvent>
| Enum Constant and Description |
|---|
CANCEL |
DTMF_TONE |
END_INPUT |
END_PROMPT |
EVALUATE |
FAIL |
MAX_ATTEMPTS |
NEXT_TRACK |
NO_DIGITS |
NO_PROMPT |
PATTERN_MISMATCH |
PLAY_FAILURE |
PLAY_SUCCESS |
PROMPT |
REINPUT |
REPROMPT |
RESTART |
SUCCEED |
TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static PlayCollectEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayCollectEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayCollectEvent PROMPT
public static final PlayCollectEvent REPROMPT
public static final PlayCollectEvent NO_DIGITS
public static final PlayCollectEvent NO_PROMPT
public static final PlayCollectEvent NEXT_TRACK
public static final PlayCollectEvent END_PROMPT
public static final PlayCollectEvent END_INPUT
public static final PlayCollectEvent DTMF_TONE
public static final PlayCollectEvent EVALUATE
public static final PlayCollectEvent TIMEOUT
public static final PlayCollectEvent CANCEL
public static final PlayCollectEvent RESTART
public static final PlayCollectEvent REINPUT
public static final PlayCollectEvent PATTERN_MISMATCH
public static final PlayCollectEvent MAX_ATTEMPTS
public static final PlayCollectEvent PLAY_SUCCESS
public static final PlayCollectEvent PLAY_FAILURE
public static final PlayCollectEvent SUCCEED
public static final PlayCollectEvent FAIL
public static PlayCollectEvent[] values()
for (PlayCollectEvent c : PlayCollectEvent.values()) System.out.println(c);
public static PlayCollectEvent 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.