|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.bpmn.view.ConversationTypeEnum
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 |
public static final ConversationTypeEnum COMMUNICATION
public static final ConversationTypeEnum CALL_CONVERSATION
| Method Detail |
public String toString()
public static ConversationTypeEnum getByName(String name)
name - the name of the type constant to retrieve. Should be one of
CONVERSATION_TYPE_CALL_CONVERSATIONCONVERSATION_TYPE_COMMUNICATIONnull if there is no corresponding type constant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||