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