public enum TemplateSignerInputTypeField extends Enum<TemplateSignerInputTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateSignerInputTypeField.TemplateSignerInputTypeFieldDeserializer |
static class |
TemplateSignerInputTypeField.TemplateSignerInputTypeFieldSerializer |
| Enum Constant and Description |
|---|
ATTACHMENT |
CHECKBOX |
DATE |
DROPDOWN |
RADIO |
SIGNATURE |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static TemplateSignerInputTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateSignerInputTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateSignerInputTypeField SIGNATURE
public static final TemplateSignerInputTypeField DATE
public static final TemplateSignerInputTypeField TEXT
public static final TemplateSignerInputTypeField CHECKBOX
public static final TemplateSignerInputTypeField ATTACHMENT
public static final TemplateSignerInputTypeField RADIO
public static final TemplateSignerInputTypeField DROPDOWN
public static TemplateSignerInputTypeField[] values()
for (TemplateSignerInputTypeField c : TemplateSignerInputTypeField.values()) System.out.println(c);
public static TemplateSignerInputTypeField 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 null