Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
static CommitParams.DryRunOutformat |
CommitParams.DryRunOutformat.fromValue(int value) |
CommitParams.DryRunOutformat |
CommitParams.getDryRunOutformat()
Get the outformat to produce when committing with dry-run.
|
static CommitParams.DryRunOutformat |
CommitParams.DryRunOutformat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitParams.DryRunOutformat[] |
CommitParams.DryRunOutformat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CommitParams.setDryRunOutformat(CommitParams.DryRunOutformat outformat)
Set the outformat to produce when committing with dry-run.
|