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