public static enum UIInitializerContext.Init extends Enum<UIInitializerContext.Init>
| Enum Constant and Description |
|---|
FIRST_PASS |
SECOND_PASS |
| Modifier and Type | Method and Description |
|---|---|
static UIInitializerContext.Init |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIInitializerContext.Init[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIInitializerContext.Init FIRST_PASS
public static final UIInitializerContext.Init SECOND_PASS
public static UIInitializerContext.Init[] values()
for (UIInitializerContext.Init c : UIInitializerContext.Init.values()) System.out.println(c);
public static UIInitializerContext.Init 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 © 2008–2020 Ultreia.io. All rights reserved.