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