public static enum AlpacaLayout.DisplayMode extends java.lang.Enum<AlpacaLayout.DisplayMode>
| Modifier and Type | Method and Description |
|---|---|
static AlpacaLayout.DisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlpacaLayout.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlpacaLayout.DisplayMode DEFAULT
public static final AlpacaLayout.DisplayMode WIZARD
public static AlpacaLayout.DisplayMode[] values()
for (AlpacaLayout.DisplayMode c : AlpacaLayout.DisplayMode.values()) System.out.println(c);
public static AlpacaLayout.DisplayMode 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 null