|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CcbsCallState>
de.starface.integration.uci.java.v30.values.CcbsCallState
public enum CcbsCallState
This enum defines the different states a call can take. The constants are used for the call
property CcbsCallProperties.ccbsCallState.
| Enum Constant Summary | |
|---|---|
ACTIVE
The ccbs call is active. |
|
AVAILABLE
The ccbs call is available to dial. |
|
INACTIVE
The ccbs call is finished. |
|
| Method Summary | |
|---|---|
static CcbsCallState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcbsCallState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CcbsCallState AVAILABLE
public static final CcbsCallState ACTIVE
public static final CcbsCallState INACTIVE
| Method Detail |
|---|
public static CcbsCallState[] values()
for (CcbsCallState c : CcbsCallState.values()) System.out.println(c);
public static CcbsCallState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||