public enum EFormFieldTyp extends Enum<EFormFieldTyp>
Enum Constant and Description |
---|
CHECKBOX |
SELECT |
TEXTAREA |
TEXTFIELD |
UNKNOWN |
UPLOAD |
Modifier and Type | Method and Description |
---|---|
static EFormFieldTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormFieldTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFormFieldTyp CHECKBOX
public static final EFormFieldTyp SELECT
public static final EFormFieldTyp TEXTAREA
public static final EFormFieldTyp TEXTFIELD
public static final EFormFieldTyp UPLOAD
public static final EFormFieldTyp UNKNOWN
public static EFormFieldTyp[] values()
for (EFormFieldTyp c : EFormFieldTyp.values()) System.out.println(c);
public static EFormFieldTyp 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 © 2018 XIMA MEDIA GmbH. All rights reserved.