Uses of Enum Class
org.camunda.bpm.model.bpmn.instance.bpmndi.ParticipantBandKind
Packages that use ParticipantBandKind
Package
Description
-
Uses of ParticipantBandKind in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Fields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type ParticipantBandKindModifier and TypeFieldDescriptionprotected static Attribute<ParticipantBandKind>
BpmnShapeImpl.participantBandKindAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return ParticipantBandKindMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type ParticipantBandKindModifier and TypeMethodDescriptionvoid
BpmnShapeImpl.setParticipantBandKind
(ParticipantBandKind participantBandKind) -
Uses of ParticipantBandKind in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return ParticipantBandKindModifier 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.Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type ParticipantBandKindModifier and TypeMethodDescriptionvoid
BpmnShape.setParticipantBandKind
(ParticipantBandKind participantBandKind)