public enum CstaLocalConnectionInfo extends java.lang.Enum<CstaLocalConnectionInfo>
Enum Constant and Description |
---|
alerting |
connected |
fail |
hold |
initiated |
NULL |
queued |
Modifier and Type | Method and Description |
---|---|
static CstaLocalConnectionInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaLocalConnectionInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CstaLocalConnectionInfo initiated
public static final CstaLocalConnectionInfo alerting
public static final CstaLocalConnectionInfo connected
public static final CstaLocalConnectionInfo hold
public static final CstaLocalConnectionInfo queued
public static final CstaLocalConnectionInfo fail
public static final CstaLocalConnectionInfo NULL
public static CstaLocalConnectionInfo[] values()
for (CstaLocalConnectionInfo c : CstaLocalConnectionInfo.values()) System.out.println(c);
public static CstaLocalConnectionInfo valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null