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 ParticipantBandKindBPMNShape. participantBandKindMethods in org.omg.spec.bpmn.model that return ParticipantBandKind Modifier and Type Method Description static ParticipantBandKindParticipantBandKind. fromValue(String v)ParticipantBandKindBPMNShape. getParticipantBandKind()Gets the value of the participantBandKind property.static ParticipantBandKindParticipantBandKind. 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 voidBPMNShape. setParticipantBandKind(ParticipantBandKind value)Sets the value of the participantBandKind property. 
 -