protected static enum CmsADEManager.Status extends java.lang.Enum<CmsADEManager.Status>
Enum Constant and Description |
---|
initialized
already initialized.
|
initializing
currently initializing.
|
notInitialized
not initialized.
|
Modifier and Type | Method and Description |
---|---|
static CmsADEManager.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsADEManager.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsADEManager.Status initialized
public static final CmsADEManager.Status initializing
public static final CmsADEManager.Status notInitialized
public static CmsADEManager.Status 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 nullpublic static CmsADEManager.Status[] values()
for (CmsADEManager.Status c : CmsADEManager.Status.values()) System.out.println(c);