public enum AdvancedSearchFieldModelType extends Enum<AdvancedSearchFieldModelType>
| Enum Constant and Description |
|---|
CF_TIME_INTERVAL |
LIST |
NUMERIC_RANGE |
RANGE |
SINGLE |
TAGS |
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 final AdvancedSearchFieldModelType NUMERIC_RANGE
public static final AdvancedSearchFieldModelType TAGS
public static final AdvancedSearchFieldModelType CF_TIME_INTERVAL
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–2016 Henix, henix.fr. All rights reserved.