Uses of Class
org.omg.spec.bpmn.model.ParticipantBandKind
-
Packages that use ParticipantBandKind Package Description org.omg.spec.bpmn.model -
-
Uses of ParticipantBandKind in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as ParticipantBandKind Modifier and Type Field Description protected ParticipantBandKind
BPMNShape. participantBandKind
Methods in org.omg.spec.bpmn.model that return ParticipantBandKind Modifier and Type Method Description static ParticipantBandKind
ParticipantBandKind. fromValue(String v)
ParticipantBandKind
BPMNShape. getParticipantBandKind()
Gets the value of the participantBandKind property.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.omg.spec.bpmn.model with parameters of type ParticipantBandKind Modifier and Type Method Description void
BPMNShape. setParticipantBandKind(ParticipantBandKind value)
Sets the value of the participantBandKind property.
-