@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") public enum PageGuiType extends Enum<PageGuiType>
| Modifier and Type | Method and Description |
|---|---|
static PageGuiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageGuiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageGuiType grid
public static final PageGuiType form
public static PageGuiType[] values()
for (PageGuiType c : PageGuiType.values()) System.out.println(c);
public static PageGuiType 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 © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.