org.squashtest.tm.domain.search
public enum AdvancedSearchFieldModelType extends Enum<AdvancedSearchFieldModelType>
| Enum Constant and Description |
|---|
LIST |
RANGE |
SINGLE |
TEXT |
TIME_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedSearchFieldModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedSearchFieldModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedSearchFieldModelType SINGLE
public static final AdvancedSearchFieldModelType LIST
public static final AdvancedSearchFieldModelType TEXT
public static final AdvancedSearchFieldModelType TIME_INTERVAL
public static final AdvancedSearchFieldModelType RANGE
public static AdvancedSearchFieldModelType[] values()
for (AdvancedSearchFieldModelType c : AdvancedSearchFieldModelType.values()) System.out.println(c);
public static AdvancedSearchFieldModelType 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 © 2010-2014 Henix, henix.fr. All Rights Reserved.