| 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 CLIPathCmdFlag | 
CLIPathCmdFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CLIPathCmdFlag[] | 
CLIPathCmdFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
Maapi.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. 
 |