public static enum ViewportLayout.VIEW extends Enum<ViewportLayout.VIEW>
Enum Constant and Description |
---|
APP |
APP_LAUNCHER |
FIND_BAR |
Modifier and Type | Method and Description |
---|---|
static ViewportLayout.VIEW |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewportLayout.VIEW[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewportLayout.VIEW APP
public static final ViewportLayout.VIEW FIND_BAR
public static final ViewportLayout.VIEW APP_LAUNCHER
public static ViewportLayout.VIEW[] values()
for (ViewportLayout.VIEW c : ViewportLayout.VIEW.values()) System.out.println(c);
public static ViewportLayout.VIEW 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 nullCopyright © 2018 Magnolia International Ltd.. All rights reserved.