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