Enum Constant and Description |
---|
CHECKBOX |
CHOICE |
COMBO |
LIST |
PUSHBUTTON |
RADIOBUTTON |
SIGNATURE |
TEXT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldType CHOICE
public static final FieldType CHECKBOX
public static final FieldType COMBO
public static final FieldType LIST
public static final FieldType PUSHBUTTON
public static final FieldType RADIOBUTTON
public static final FieldType SIGNATURE
public static final FieldType TEXT
public static FieldType[] values()
for (FieldType c : FieldType.values()) System.out.println(c);
public static FieldType 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<FieldType>
Copyright (C) PDFUnit.com. See here for license.