public enum EnumTypeInputType extends Enum<EnumTypeInputType> implements org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>
| Enum Constant and Description |
|---|
BUTTON |
CHECKBOX |
COLOR |
DATE |
DATETIME_LOCAL |
EMAIL |
FILE |
HIDDEN |
IMAGE |
MONTH |
NUMBER |
PASSWORD |
RADIO |
RANGE |
RESET |
SEARCH |
SUBMIT |
TEL |
TEXT |
TIME |
URL |
WEEK |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EnumTypeInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumTypeInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumTypeInputType BUTTON
public static final EnumTypeInputType CHECKBOX
public static final EnumTypeInputType COLOR
public static final EnumTypeInputType DATE
public static final EnumTypeInputType DATETIME_LOCAL
public static final EnumTypeInputType EMAIL
public static final EnumTypeInputType FILE
public static final EnumTypeInputType HIDDEN
public static final EnumTypeInputType IMAGE
public static final EnumTypeInputType MONTH
public static final EnumTypeInputType NUMBER
public static final EnumTypeInputType PASSWORD
public static final EnumTypeInputType RADIO
public static final EnumTypeInputType RANGE
public static final EnumTypeInputType RESET
public static final EnumTypeInputType SEARCH
public static final EnumTypeInputType SUBMIT
public static final EnumTypeInputType TEXT
public static final EnumTypeInputType TEL
public static final EnumTypeInputType TIME
public static final EnumTypeInputType URL
public static final EnumTypeInputType WEEK
public static EnumTypeInputType[] values()
for (EnumTypeInputType c : EnumTypeInputType.values()) System.out.println(c);
public static EnumTypeInputType 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 © 2022. All rights reserved.