| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.uml.behavior.activity |
| Modifier and Type | Method and Description |
|---|---|
ObDecisionNodeKindEnum |
IDecisionMergeNode.getDecisionKind()
Getter for the DecisionKind meta class attribute.
|
static ObDecisionNodeKindEnum |
ObDecisionNodeKindEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObDecisionNodeKindEnum[] |
ObDecisionNodeKindEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDecisionMergeNode.setDecisionKind(ObDecisionNodeKindEnum value)
Setter for the 'DecisionKind' meta class attribute
|