public enum FieldTypes extends Enum<FieldTypes>
| Enum Constant and Description |
|---|
BOOLEAN |
CALENDAR |
COLOR |
COMBOBOX |
COMPLEX |
CSS |
CUSTOM |
DATE |
DATETIME |
FILE |
IMAGE |
LINK |
NUMBER |
OPTION |
PASSWORD |
PICK_LIST |
PLAIN |
PRICE |
QUANTITY |
SELECT |
SWITCH |
TABLE |
TICS |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldTypes UNDEFINED
public static final FieldTypes PLAIN
public static final FieldTypes DATE
public static final FieldTypes DATETIME
public static final FieldTypes NUMBER
public static final FieldTypes QUANTITY
public static final FieldTypes PRICE
public static final FieldTypes SELECT
public static final FieldTypes TABLE
public static final FieldTypes PICK_LIST
public static final FieldTypes BOOLEAN
public static final FieldTypes SWITCH
public static final FieldTypes OPTION
public static final FieldTypes COMPLEX
public static final FieldTypes COMBOBOX
public static final FieldTypes TICS
public static final FieldTypes PASSWORD
public static final FieldTypes COLOR
public static final FieldTypes CSS
public static final FieldTypes FILE
public static final FieldTypes IMAGE
public static final FieldTypes CUSTOM
public static final FieldTypes LINK
public static final FieldTypes CALENDAR
public static FieldTypes[] values()
for (FieldTypes c : FieldTypes.values()) System.out.println(c);
public static FieldTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.