Uses of Enum Class
com.tailf.maapi.CLIPathCmdFlag
Packages that use CLIPathCmdFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of CLIPathCmdFlag in com.tailf.maapi
Methods in com.tailf.maapi that return CLIPathCmdFlagModifier and TypeMethodDescriptionstatic CLIPathCmdFlag
Returns the enum constant of this class with the specified name.static CLIPathCmdFlag[]
CLIPathCmdFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.tailf.maapi with type arguments of type CLIPathCmdFlagModifier and TypeMethodDescriptionMaapi.CLIPathCmd
(int th, EnumSet<CLIPathCmdFlag> flags, String fmt, Object... args) Returns a string representing the C/I style CLI command that can be associated with the given path.