Uses of Class
org.camunda.bpm.model.bpmn.instance.bpmndi.ParticipantBandKind
-
Packages that use ParticipantBandKind Package Description org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.instance.bpmndi -
-
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 ParticipantBandKind Modifier and Type Field Description protected static Attribute<ParticipantBandKind>
BpmnShapeImpl. participantBandKindAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return ParticipantBandKind Modifier and Type Method Description ParticipantBandKind
BpmnShapeImpl. getParticipantBandKind()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type ParticipantBandKind Modifier and Type Method Description void
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 ParticipantBandKind Modifier and Type Method Description ParticipantBandKind
BpmnShape. getParticipantBandKind()
static ParticipantBandKind
ParticipantBandKind. valueOf(String name)
Returns 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 org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type ParticipantBandKind Modifier and Type Method Description void
BpmnShape. setParticipantBandKind(ParticipantBandKind participantBandKind)
-