Uses of Enum Class
org.camunda.bpm.model.bpmn.instance.bpmndi.MessageVisibleKind
Package
Description
-
Uses of MessageVisibleKind in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Modifier and TypeFieldDescriptionprotected static Attribute<MessageVisibleKind>
BpmnEdgeImpl.messageVisibleKindAttribute
Modifier and TypeMethodDescriptionvoid
BpmnEdgeImpl.setMessageVisibleKind
(MessageVisibleKind messageVisibleKind) -
Uses of MessageVisibleKind in org.camunda.bpm.model.bpmn.instance.bpmndi
Modifier and TypeMethodDescriptionBpmnEdge.getMessageVisibleKind()
static MessageVisibleKind
Returns the enum constant of this class with the specified name.static MessageVisibleKind[]
MessageVisibleKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BpmnEdge.setMessageVisibleKind
(MessageVisibleKind messageVisibleKind)