de.starface.integration.uci.java.v30.values
Enum CdrDataProperties

java.lang.Object
  extended by java.lang.Enum<CdrDataProperties>
      extended by de.starface.integration.uci.java.v30.values.CdrDataProperties
All Implemented Interfaces:
Serializable, Comparable<CdrDataProperties>

public enum CdrDataProperties
extends Enum<CdrDataProperties>

This enum holds constants with the property names of the cdrData as returned by UcpCallCdrEvents.callCdrEvent(java.util.Map).


Enum Constant Summary
answered
           
answeredElsewhere
           
callbackNumber
           
calledAccountId
           
calledCallerId
           
callerAccountId
           
callerCallerId
           
callLegUUID
           
callResultCausedBy
           
callResultTime
           
callStepId
           
cdrAccountId
           
cdrCallResult
           
deleted
           
faxAvailable
           
id
           
incoming
           
lineId
           
lineName
           
linkTime
           
monitorAvailable
           
privateCall
           
ringingTime
           
serviceId
           
startTime
           
voicemailAvailable
           
 
Method Summary
 Class<?> getType()
           
static CdrDataProperties valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CdrDataProperties[] 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

id

public static final CdrDataProperties id

callStepId

public static final CdrDataProperties callStepId

callLegUUID

public static final CdrDataProperties callLegUUID

cdrAccountId

public static final CdrDataProperties cdrAccountId

callerAccountId

public static final CdrDataProperties callerAccountId

callerCallerId

public static final CdrDataProperties callerCallerId

calledAccountId

public static final CdrDataProperties calledAccountId

calledCallerId

public static final CdrDataProperties calledCallerId

serviceId

public static final CdrDataProperties serviceId

startTime

public static final CdrDataProperties startTime

ringingTime

public static final CdrDataProperties ringingTime

linkTime

public static final CdrDataProperties linkTime

callResultTime

public static final CdrDataProperties callResultTime

cdrCallResult

public static final CdrDataProperties cdrCallResult

callResultCausedBy

public static final CdrDataProperties callResultCausedBy

lineId

public static final CdrDataProperties lineId

lineName

public static final CdrDataProperties lineName

callbackNumber

public static final CdrDataProperties callbackNumber

answeredElsewhere

public static final CdrDataProperties answeredElsewhere

incoming

public static final CdrDataProperties incoming

answered

public static final CdrDataProperties answered

voicemailAvailable

public static final CdrDataProperties voicemailAvailable

monitorAvailable

public static final CdrDataProperties monitorAvailable

faxAvailable

public static final CdrDataProperties faxAvailable

deleted

public static final CdrDataProperties deleted

privateCall

public static final CdrDataProperties privateCall
Method Detail

values

public static CdrDataProperties[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CdrDataProperties c : CdrDataProperties.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CdrDataProperties valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getType

public Class<?> getType()
Returns:
the java type of the property


Copyright © 2012 STARFACE GmbH. All rights reserved.