public static enum Connection.PostDialState extends Enum<Connection.PostDialState>
Enum Constant and Description |
---|
CANCELLED |
COMPLETE |
NOT_STARTED |
PAUSE |
STARTED |
WAIT |
WILD |
Modifier and Type | Method and Description |
---|---|
static Connection.PostDialState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.PostDialState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Connection.PostDialState NOT_STARTED
public static final Connection.PostDialState STARTED
public static final Connection.PostDialState WAIT
public static final Connection.PostDialState WILD
public static final Connection.PostDialState COMPLETE
public static final Connection.PostDialState CANCELLED
public static final Connection.PostDialState PAUSE
public static Connection.PostDialState[] values()
for (Connection.PostDialState c : Connection.PostDialState.values()) System.out.println(c);
public static Connection.PostDialState 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 null