public enum CdbGetModificationFlag extends Enum<CdbGetModificationFlag>
| Enum Constant and Description | 
|---|
CDB_GET_MODS_CLI_NO_BACKQUOTES  | 
CDB_GET_MODS_INCLUDE_LISTS  | 
CDB_GET_MODS_INCLUDE_MOVES  | 
CDB_GET_MODS_REVERSE  | 
CDB_GET_MODS_SUPPRESS_DEFAULTS  | 
CDB_GET_MODS_WANT_ANCESTOR_DELETE  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getValue()  | 
static CdbGetModificationFlag | 
valueOf(int i)  | 
static CdbGetModificationFlag | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CdbGetModificationFlag[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CdbGetModificationFlag CDB_GET_MODS_INCLUDE_LISTS
public static final CdbGetModificationFlag CDB_GET_MODS_REVERSE
public static final CdbGetModificationFlag CDB_GET_MODS_SUPPRESS_DEFAULTS
public static final CdbGetModificationFlag CDB_GET_MODS_CLI_NO_BACKQUOTES
public static final CdbGetModificationFlag CDB_GET_MODS_INCLUDE_MOVES
public static final CdbGetModificationFlag CDB_GET_MODS_WANT_ANCESTOR_DELETE
public static CdbGetModificationFlag[] values()
for (CdbGetModificationFlag c : CdbGetModificationFlag.values()) System.out.println(c);
public static CdbGetModificationFlag 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()
public static CdbGetModificationFlag valueOf(int i)