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