| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
RunState |
StatusInfo.status |
| Modifier and Type | Method and Description |
|---|---|
static RunState |
RunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunState[] |
RunState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatusInfo |
StatusInfo.withStatus(RunState value) |
| Constructor and Description |
|---|
StatusInfo(boolean running,
boolean singlestep,
RunState status) |