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