Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParticipantBandKind
Packages that use ParticipantBandKind
-
Uses of ParticipantBandKind in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as ParticipantBandKindMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return ParticipantBandKindModifier and TypeMethodDescriptionstatic ParticipantBandKind
BPMNShape.getParticipantBandKind()
Gets the value of the participantBandKind property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type ParticipantBandKindModifier and TypeMethodDescriptionvoid
BPMNShape.setParticipantBandKind
(ParticipantBandKind value) Sets the value of the participantBandKind property.