public enum CLIPathCmdFlag extends Enum<CLIPathCmdFlag>
Maapi.CLIPathCmd(int,EnumSet,String,Object... )| Enum Constant and Description | 
|---|
DELETE
Emit the command to delete the given path. 
 | 
EMIT_PARENTS
Enable the commands to reach the submode for the path to be emitted. 
 | 
NON_RECURSIVE
Prevent that all children to a container or list item are displayed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getValue()  | 
static CLIPathCmdFlag | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CLIPathCmdFlag[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CLIPathCmdFlag EMIT_PARENTS
public static final CLIPathCmdFlag DELETE
public static final CLIPathCmdFlag NON_RECURSIVE
public static CLIPathCmdFlag[] values()
for (CLIPathCmdFlag c : CLIPathCmdFlag.values()) System.out.println(c);
public static CLIPathCmdFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()