Package | Description |
---|---|
com.modeliosoft.modelio.api.mdac |
Modifier and Type | Method and Description |
---|---|
IMdac.MdacState |
IMdac.getState()
Returns current runtime state of this module.
|
IMdac.MdacState |
AbstractJavaMdac.getState()
Returns current runtime state of this module.
|
static IMdac.MdacState |
IMdac.MdacState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMdac.MdacState[] |
IMdac.MdacState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaMdac.setState(IMdac.MdacState runtimeState)
Sets the runtime state of this module.
|