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