public static enum TopbarHandler.Zone extends java.lang.Enum<TopbarHandler.Zone>
Modifier and Type | Method and Description |
---|---|
static TopbarHandler.Zone |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TopbarHandler.Zone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopbarHandler.Zone AdminArea
public static final TopbarHandler.Zone WorkArea
public static final TopbarHandler.Zone FrontArea
public static TopbarHandler.Zone[] values()
for (TopbarHandler.Zone c : TopbarHandler.Zone.values()) System.out.println(c);
public static TopbarHandler.Zone 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 nullCopyright © 2001-2017 Jalios SA. All Rights Reserved.