public static enum TemplatestemplateIdaddFieldsFields.TypeEnum extends Enum<TemplatestemplateIdaddFieldsFields.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplatestemplateIdaddFieldsFields.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
ADDRESS |
BARCODE |
BOOLEAN |
COMBINED |
COUNTRY |
DATE |
EMAIL |
IMAGE |
NUMBER |
SIGNATURE |
STRING |
URL |
| Modifier and Type | Method and Description |
|---|---|
static TemplatestemplateIdaddFieldsFields.TypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TemplatestemplateIdaddFieldsFields.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplatestemplateIdaddFieldsFields.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplatestemplateIdaddFieldsFields.TypeEnum STRING
public static final TemplatestemplateIdaddFieldsFields.TypeEnum NUMBER
public static final TemplatestemplateIdaddFieldsFields.TypeEnum BOOLEAN
public static final TemplatestemplateIdaddFieldsFields.TypeEnum DATE
public static final TemplatestemplateIdaddFieldsFields.TypeEnum ADDRESS
public static final TemplatestemplateIdaddFieldsFields.TypeEnum COUNTRY
public static final TemplatestemplateIdaddFieldsFields.TypeEnum EMAIL
public static final TemplatestemplateIdaddFieldsFields.TypeEnum URL
public static final TemplatestemplateIdaddFieldsFields.TypeEnum IMAGE
public static final TemplatestemplateIdaddFieldsFields.TypeEnum SIGNATURE
public static final TemplatestemplateIdaddFieldsFields.TypeEnum BARCODE
public static final TemplatestemplateIdaddFieldsFields.TypeEnum COMBINED
public static TemplatestemplateIdaddFieldsFields.TypeEnum[] values()
for (TemplatestemplateIdaddFieldsFields.TypeEnum c : TemplatestemplateIdaddFieldsFields.TypeEnum.values()) System.out.println(c);
public static TemplatestemplateIdaddFieldsFields.TypeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<TemplatestemplateIdaddFieldsFields.TypeEnum>public static TemplatestemplateIdaddFieldsFields.TypeEnum fromValue(String text)
Copyright © 2020. All rights reserved.