public static enum Field.Type extends Enum<Field.Type>
Enum Constant and Description |
---|
AUTHORS |
CHECKBOX |
COMBOBOX |
DATETIME |
DIALOGLIST |
FORMULA |
NAMES |
NUMBER |
PASSWORD |
RADIOBUTTON |
READERS |
RICHTEXT |
TEXT |
TIMEZONE |
Modifier and Type | Method and Description |
---|---|
static Field.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Field.Type TEXT
public static final Field.Type DATETIME
public static final Field.Type NUMBER
public static final Field.Type DIALOGLIST
public static final Field.Type CHECKBOX
public static final Field.Type RADIOBUTTON
public static final Field.Type COMBOBOX
public static final Field.Type RICHTEXT
public static final Field.Type AUTHORS
public static final Field.Type NAMES
public static final Field.Type READERS
public static final Field.Type PASSWORD
public static final Field.Type FORMULA
public static final Field.Type TIMEZONE
public static Field.Type[] values()
for (Field.Type c : Field.Type.values()) System.out.println(c);
public static Field.Type 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 © 2019–2021 HCL. All rights reserved.