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 MessageVisibleKindBPMNEdge. messageVisibleKindMethods in org.omg.spec.bpmn.model that return MessageVisibleKind Modifier and Type Method Description static MessageVisibleKindMessageVisibleKind. fromValue(String v)MessageVisibleKindBPMNEdge. getMessageVisibleKind()Gets the value of the messageVisibleKind property.static MessageVisibleKindMessageVisibleKind. 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 voidBPMNEdge. setMessageVisibleKind(MessageVisibleKind value)Sets the value of the messageVisibleKind property. 
 -