Package | Description |
---|---|
com.modeliosoft.modelio.api.model.bpmn |
Modifier and Type | Method and Description |
---|---|
ObBpmnAssociationDirectionEnum |
IBpmnAssociation.getAssociationDirection()
Getter for the AssociationDirection meta class attribute.
|
static ObBpmnAssociationDirectionEnum |
ObBpmnAssociationDirectionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObBpmnAssociationDirectionEnum[] |
ObBpmnAssociationDirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnAssociation.setAssociationDirection(ObBpmnAssociationDirectionEnum value)
Setter for the 'AssociationDirection' meta class attribute
|