public static enum JkPluginJava.ScaffoldTemplate extends java.lang.Enum<JkPluginJava.ScaffoldTemplate>
| Enum Constant and Description |
|---|
NORMAL |
PLUGIN |
SIMPLE_FACADE |
| Modifier and Type | Method and Description |
|---|---|
static JkPluginJava.ScaffoldTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JkPluginJava.ScaffoldTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JkPluginJava.ScaffoldTemplate NORMAL
public static final JkPluginJava.ScaffoldTemplate SIMPLE_FACADE
public static final JkPluginJava.ScaffoldTemplate PLUGIN
public static JkPluginJava.ScaffoldTemplate[] values()
for (JkPluginJava.ScaffoldTemplate c : JkPluginJava.ScaffoldTemplate.values()) System.out.println(c);
public static JkPluginJava.ScaffoldTemplate 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 null