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