|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CcbsCallProperties>
de.starface.integration.uci.java.v30.values.CcbsCallProperties
public enum CcbsCallProperties
This enum holds constants with the property names of the call as returned by
UcpCallEvents.receiveCallState(java.util.Map).
| Enum Constant Summary | |
|---|---|
calledName
The name of the person being called as String |
|
calledNumber
The phone number that has been called as String |
|
caller
Is caller |
|
callerName
The name of the person calling as String |
|
callerNumber
The number of the caller as String |
|
ccbsCallState
The state of the call as String by name defined in CcbsCallState |
|
channelNames
The channel name |
|
duration
The time between now and the timestamp in milliseconds |
|
groupId
The id of the group if this call was received by a group as String (the empty string
otherwise) |
|
id
The id of the call in form of a UUID as String |
|
peerNames
The channel name |
|
timestamp
The point of time when the call reached the state as Date |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static CcbsCallProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcbsCallProperties[] |
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 CcbsCallProperties id
String
public static final CcbsCallProperties ccbsCallState
String by name defined in CcbsCallState
public static final CcbsCallProperties timestamp
Date
public static final CcbsCallProperties calledNumber
String
public static final CcbsCallProperties calledName
String
public static final CcbsCallProperties callerNumber
String
public static final CcbsCallProperties callerName
String
public static final CcbsCallProperties groupId
String (the empty string
otherwise)
public static final CcbsCallProperties peerNames
public static final CcbsCallProperties channelNames
public static final CcbsCallProperties caller
public static final CcbsCallProperties duration
| Method Detail |
|---|
public static CcbsCallProperties[] values()
for (CcbsCallProperties c : CcbsCallProperties.values()) System.out.println(c);
public static CcbsCallProperties 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 nullpublic Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||