public static enum RootComponentConfiguration.KERNEL extends java.lang.Enum<RootComponentConfiguration.KERNEL>
Enum Constant and Description |
---|
bdi |
bdibpmn |
bpmn |
component |
micro |
multi |
v3 |
Modifier and Type | Method and Description |
---|---|
static RootComponentConfiguration.KERNEL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RootComponentConfiguration.KERNEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootComponentConfiguration.KERNEL component
public static final RootComponentConfiguration.KERNEL micro
public static final RootComponentConfiguration.KERNEL bpmn
public static final RootComponentConfiguration.KERNEL v3
public static final RootComponentConfiguration.KERNEL bdi
public static final RootComponentConfiguration.KERNEL bdibpmn
public static final RootComponentConfiguration.KERNEL multi
public static RootComponentConfiguration.KERNEL[] values()
for (RootComponentConfiguration.KERNEL c : RootComponentConfiguration.KERNEL.values()) System.out.println(c);
public static RootComponentConfiguration.KERNEL 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