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