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