public static enum Module.CLASSLOADER_STATE extends Enum<Module.CLASSLOADER_STATE>
| Modifier and Type | Method and Description |
|---|---|
static Module.CLASSLOADER_STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module.CLASSLOADER_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Module.CLASSLOADER_STATE OK
public static final Module.CLASSLOADER_STATE DIRTY
public static Module.CLASSLOADER_STATE[] values()
for (Module.CLASSLOADER_STATE c : Module.CLASSLOADER_STATE.values()) System.out.println(c);
public static Module.CLASSLOADER_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 © 2011-2013 SYSE. All Rights Reserved.