Uses of Enum Class
com.tailf.maapi.CommitParams.DryRunOutformat
Packages that use 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
Methods in com.tailf.maapi that return CommitParams.DryRunOutformatModifier 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.Methods in com.tailf.maapi with parameters of type CommitParams.DryRunOutformatModifier and TypeMethodDescriptionvoid
CommitParams.setDryRunOutformat
(CommitParams.DryRunOutformat outformat) Set the outformat to produce when committing with dry-run.