public enum ZIndexConstants extends Enum<ZIndexConstants>
| Enum Constant and Description | 
|---|
NAVIGATION_BAR  | 
NAVIGATION_BAR_MENU  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getZIndex()  | 
static ZIndexConstants | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ZIndexConstants[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ZIndexConstants NAVIGATION_BAR
public static final ZIndexConstants NAVIGATION_BAR_MENU
public static ZIndexConstants[] values()
for (ZIndexConstants c : ZIndexConstants.values()) System.out.println(c);
public static ZIndexConstants 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 getZIndex()
Copyright © 2018 Xalys. All rights reserved.