Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.MessageVisibleKind
Packages that use MessageVisibleKind
-
Uses of MessageVisibleKind in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as MessageVisibleKindMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return MessageVisibleKindModifier and TypeMethodDescriptionstatic MessageVisibleKind
BPMNEdge.getMessageVisibleKind()
Gets the value of the messageVisibleKind property.static MessageVisibleKind
Returns the enum constant of this class with the specified name.static MessageVisibleKind[]
MessageVisibleKind.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 MessageVisibleKindModifier and TypeMethodDescriptionvoid
BPMNEdge.setMessageVisibleKind
(MessageVisibleKind value) Sets the value of the messageVisibleKind property.