public static enum Managers.Module extends java.lang.Enum<Managers.Module>
| Enum Constant and Description |
|---|
BASETABLEMANAGER |
CACHE |
DECORATOR |
MANAGER |
MANAGERS |
| Modifier and Type | Method and Description |
|---|---|
static Managers.Module |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Managers.Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Managers.Module MANAGER
public static final Managers.Module CACHE
public static final Managers.Module DECORATOR
public static final Managers.Module MANAGERS
public static final Managers.Module BASETABLEMANAGER
public static Managers.Module[] values()
for (Managers.Module c : Managers.Module.values()) System.out.println(c);
public static Managers.Module 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 nullCopyright © 2021. All Rights Reserved.