Uses of Class
org.omg.spec.bpmn.model.MessageVisibleKind
-
Packages that use MessageVisibleKind Package Description org.omg.spec.bpmn.model -
-
Uses of MessageVisibleKind in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as MessageVisibleKind Modifier and Type Field Description protected MessageVisibleKind
BPMNEdge. messageVisibleKind
Methods in org.omg.spec.bpmn.model that return MessageVisibleKind Modifier and Type Method Description static MessageVisibleKind
MessageVisibleKind. fromValue(String v)
MessageVisibleKind
BPMNEdge. getMessageVisibleKind()
Gets the value of the messageVisibleKind property.static MessageVisibleKind
MessageVisibleKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageVisibleKind[]
MessageVisibleKind. 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 MessageVisibleKind Modifier and Type Method Description void
BPMNEdge. setMessageVisibleKind(MessageVisibleKind value)
Sets the value of the messageVisibleKind property.
-