Uses of Enum
io.camunda.zeebe.model.bpmn.instance.bpmndi.ParticipantBandKind
Packages that use ParticipantBandKind
Package
Description
-
Uses of ParticipantBandKind in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi
Fields in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi with type parameters of type ParticipantBandKindModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<ParticipantBandKind> BpmnShapeImpl.participantBandKindAttributeMethods in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi that return ParticipantBandKindMethods in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi with parameters of type ParticipantBandKindModifier and TypeMethodDescriptionvoidBpmnShapeImpl.setParticipantBandKind(ParticipantBandKind participantBandKind) -
Uses of ParticipantBandKind in io.camunda.zeebe.model.bpmn.instance.bpmndi
Methods in io.camunda.zeebe.model.bpmn.instance.bpmndi that return ParticipantBandKindModifier and TypeMethodDescriptionBpmnShape.getParticipantBandKind()static ParticipantBandKindReturns the enum constant of this type with the specified name.static ParticipantBandKind[]ParticipantBandKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.model.bpmn.instance.bpmndi with parameters of type ParticipantBandKindModifier and TypeMethodDescriptionvoidBpmnShape.setParticipantBandKind(ParticipantBandKind participantBandKind)