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