Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.conversation.enums
Enum XConversationMapElementType

java.lang.Object
  extended by java.lang.Enum<XConversationMapElementType>
      extended by waggle.common.modules.conversation.enums.XConversationMapElementType

All Implemented Interfaces:
Serializable, Comparable<XConversationMapElementType>

public enum XConversationMapElementType
extends Enum<XConversationMapElementType>

Conversation Map Element Types.


Enum Constant Summary
ANNOTATION
          Annotation created.
APPLICATION_SHARING
          Application Sharing started..
BOOKMARK
          Bookmark created.
CHAT_READ
          Chats read.
CHAT_UNREAD
          Chats un-read.
FOLLOWUP_ASSIGNEE_READ
          Followup assigned to me.
FOLLOWUP_ASSIGNEE_UNREAD
          Followup assigned to me.
FOLLOWUP_ASSIGNER
          Followup assigned by me.
VERSION
          Document Version uploaded.
VOICE
          Voice Conference started.
WIDGET
          Widget created.

 

Method Summary
static XConversationMapElementType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XConversationMapElementType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

FOLLOWUP_ASSIGNEE_READ

public static final XConversationMapElementType FOLLOWUP_ASSIGNEE_READ
Followup assigned to me. (read)

FOLLOWUP_ASSIGNEE_UNREAD

public static final XConversationMapElementType FOLLOWUP_ASSIGNEE_UNREAD
Followup assigned to me. (un-read)

FOLLOWUP_ASSIGNER

public static final XConversationMapElementType FOLLOWUP_ASSIGNER
Followup assigned by me.

BOOKMARK

public static final XConversationMapElementType BOOKMARK
Bookmark created.

APPLICATION_SHARING

public static final XConversationMapElementType APPLICATION_SHARING
Application Sharing started..

VOICE

public static final XConversationMapElementType VOICE
Voice Conference started.

WIDGET

public static final XConversationMapElementType WIDGET
Widget created.

VERSION

public static final XConversationMapElementType VERSION
Document Version uploaded.

CHAT_UNREAD

public static final XConversationMapElementType CHAT_UNREAD
Chats un-read. (individual)

CHAT_READ

public static final XConversationMapElementType CHAT_READ
Chats read. (intervals)

ANNOTATION

public static final XConversationMapElementType ANNOTATION
Annotation created.

Method Detail

values

public static XConversationMapElementType[] 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 (XConversationMapElementType c : XConversationMapElementType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static XConversationMapElementType 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

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.