public static enum DrawerConfig.State extends java.lang.Enum<DrawerConfig.State>
| Enum Constant and Description | 
|---|
DETACHED  | 
HIDDEN  | 
HIDDEN_AND_MINIMIZED  | 
MINIMIZED  | 
VISIBLE  | 
| Modifier and Type | Method and Description | 
|---|---|
static DrawerConfig.State | 
defaultState()  | 
static DrawerConfig.State | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DrawerConfig.State[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
public static final DrawerConfig.State VISIBLE
public static final DrawerConfig.State HIDDEN
public static final DrawerConfig.State DETACHED
public static final DrawerConfig.State MINIMIZED
public static final DrawerConfig.State HIDDEN_AND_MINIMIZED
public static DrawerConfig.State[] values()
for (DrawerConfig.State c : DrawerConfig.State.values())
    System.out.println(c);
public static DrawerConfig.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static DrawerConfig.State defaultState()