public enum CstaForwardingType extends java.lang.Enum<CstaForwardingType>
Enum Constant and Description |
---|
forwardBusy |
forwardBusyExt |
forwardBusyInt |
forwardDND |
forwardDNDExt |
forwardDNDInt |
forwardImmediate |
forwardImmExt |
forwardImmInt |
forwardNoAns |
forwardNoAnsExt |
forwardNoAnsInt |
Modifier and Type | Method and Description |
---|---|
static CstaForwardingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaForwardingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CstaForwardingType forwardImmediate
public static final CstaForwardingType forwardBusy
public static final CstaForwardingType forwardNoAns
public static final CstaForwardingType forwardDND
public static final CstaForwardingType forwardBusyInt
public static final CstaForwardingType forwardBusyExt
public static final CstaForwardingType forwardNoAnsInt
public static final CstaForwardingType forwardNoAnsExt
public static final CstaForwardingType forwardImmInt
public static final CstaForwardingType forwardImmExt
public static final CstaForwardingType forwardDNDInt
public static final CstaForwardingType forwardDNDExt
public static CstaForwardingType[] values()
for (CstaForwardingType c : CstaForwardingType.values()) System.out.println(c);
public static CstaForwardingType 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