Uses of Enum Class
org.camunda.bpm.model.bpmn.instance.bpmndi.ParticipantBandKind
Package
Description
-
Uses of ParticipantBandKind in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Modifier and TypeFieldDescriptionprotected static Attribute<ParticipantBandKind>
BpmnShapeImpl.participantBandKindAttribute
Modifier and TypeMethodDescriptionvoid
BpmnShapeImpl.setParticipantBandKind
(ParticipantBandKind participantBandKind) -
Uses of ParticipantBandKind in org.camunda.bpm.model.bpmn.instance.bpmndi
Modifier and TypeMethodDescriptionBpmnShape.getParticipantBandKind()
static ParticipantBandKind
Returns the enum constant of this class with the specified name.static ParticipantBandKind[]
ParticipantBandKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BpmnShape.setParticipantBandKind
(ParticipantBandKind participantBandKind)