com.genesyslab.ail
Class InteractionWebcallback.WcbType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionWebcallback.WcbType
Enclosing interface:
InteractionWebcallback

public static class InteractionWebcallback.WcbType
extends Enum

Constants for Webcallback types.


Field Summary
static InteractionWebcallback.WcbType ASAP
          Asap.
static int ASAP_
          Asap.
static InteractionWebcallback.WcbType SCHEDULED
          Scheduled.
static int SCHEDULED_
          Scheduled.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionWebcallback.WcbType getWcbType(int value)
          Returns the WcbType for this value.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, max, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ASAP_

public static final int ASAP_
Asap.

See Also:
Constant Field Values

ASAP

public static final InteractionWebcallback.WcbType ASAP
Asap.


SCHEDULED_

public static final int SCHEDULED_
Scheduled.

See Also:
Constant Field Values

SCHEDULED

public static final InteractionWebcallback.WcbType SCHEDULED
Scheduled.

Method Detail

getWcbType

public static final InteractionWebcallback.WcbType getWcbType(int value)
Returns the WcbType for this value.