public enum InputType extends Enum<InputType> implements org.squashtest.tm.core.foundation.i18n.Internationalizable
| Enum Constant and Description |
|---|
CHECKBOX |
DATE_PICKER |
DROPDOWN_LIST |
NUMERIC |
PLAIN_TEXT |
RICH_TEXT |
TAG |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
static InputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputType PLAIN_TEXT
public static final InputType CHECKBOX
public static final InputType DROPDOWN_LIST
public static final InputType RICH_TEXT
public static final InputType DATE_PICKER
public static final InputType TAG
public static final InputType NUMERIC
public static InputType[] values()
for (InputType c : InputType.values()) System.out.println(c);
public static InputType 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 getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.InternationalizableInternationalizable.getI18nKey()Copyright © 2010–2016 Henix, henix.fr. All rights reserved.