com.genesyslab.ail
Class MediaType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.Dn.Media
          extended by com.genesyslab.ail.MediaType

public class MediaType
extends Dn.Media

Representation of a Dn dedicated to a Media in the Agent Interaction Layer.


Field Summary
static MediaType CHAT
          Chat media.
static int CHAT_
          Chat media.
static MediaType COBROWSE
          Cobrowse media.
static int COBROWSE_
          Cobrowse media.
static MediaType EMAIL
          E-mail media.
static int EMAIL_
          E-mail media.
static int MAX
          The number of Media.
static MediaType OPEN
          Open media.
static int OPEN_
          Open media.
static MediaType VOICE
          Voice media.
static int VOICE_
          Voice media.
static MediaType VOIP
          Voice over IP media.
static int VOIP_
          Voice over IP media.
static MediaType WEBCALLBACK
          Webcallback media.
static int WEBCALLBACK_
          Webcallback media.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static MediaType getMediaType(int value)
          Returns the Media for this value.
static int max()
          The number of Media.
 
Methods inherited from class com.genesyslab.ail.Dn.Media
getMedia
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VOICE_

public static final int VOICE_
Voice media.

See Also:
Constant Field Values

VOICE

public static final MediaType VOICE
Voice media.


EMAIL_

public static final int EMAIL_
E-mail media.

See Also:
Constant Field Values

EMAIL

public static final MediaType EMAIL
E-mail media.


CHAT_

public static final int CHAT_
Chat media.

See Also:
Constant Field Values

CHAT

public static final MediaType CHAT
Chat media.


OPEN_

public static final int OPEN_
Open media.

See Also:
Constant Field Values

OPEN

public static final MediaType OPEN
Open media.


COBROWSE_

public static final int COBROWSE_
Cobrowse media.

See Also:
Constant Field Values

COBROWSE

public static final MediaType COBROWSE
Cobrowse media.


WEBCALLBACK_

public static final int WEBCALLBACK_
Webcallback media.

See Also:
Constant Field Values

WEBCALLBACK

public static final MediaType WEBCALLBACK
Webcallback media.


VOIP_

public static final int VOIP_
Voice over IP media.

See Also:
Constant Field Values

VOIP

public static final MediaType VOIP
Voice over IP media.


MAX

public static final int MAX
The number of Media.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of Media.


getMediaType

public static final MediaType getMediaType(int value)
Returns the Media for this value.