com.yworks.yfiles.bpmn.view
Class ConversationTypeEnum

java.lang.Object
  extended bycom.yworks.yfiles.bpmn.view.ConversationTypeEnum

public class ConversationTypeEnum
extends Object

Type-safe enumeration for BPMN conversation types.

 

Field Summary
static ConversationTypeEnum CALL_CONVERSATION
          Type constant for a call conversation.
static ConversationTypeEnum COMMUNICATION
          Type constant for a communication.
 
Method Summary
static ConversationTypeEnum getByName(String name)
          Returns the conversation type constant that corresponds to the given conversation type name.
 String toString()
          Returns a string representation of this conversation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMUNICATION

public static final ConversationTypeEnum COMMUNICATION
Type constant for a communication.


CALL_CONVERSATION

public static final ConversationTypeEnum CALL_CONVERSATION
Type constant for a call conversation.

Method Detail

toString

public String toString()
Returns a string representation of this conversation type.


getByName

public static ConversationTypeEnum getByName(String name)
Returns the conversation type constant that corresponds to the given conversation type name.

Parameters:
name - the name of the type constant to retrieve. Should be one of
  • CONVERSATION_TYPE_CALL_CONVERSATION
  • CONVERSATION_TYPE_COMMUNICATION
Returns:
the conversation type constant that corresponds to the given name or null if there is no corresponding type constant.


© Copyright 2010-2014,
yWorks GmbH.
All rights reserved.