public static enum SearchModel.DateType extends Enum<SearchModel.DateType>
| Enum Constant and Description |
|---|
DLUO |
DMES |
DMESD |
DPMES |
ENTRY_DATE |
EXPIRED_DATE |
| Modifier and Type | Method and Description |
|---|---|
static SearchModel.DateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchModel.DateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchModel.DateType ENTRY_DATE
public static final SearchModel.DateType DLUO
public static final SearchModel.DateType DMES
public static final SearchModel.DateType DPMES
public static final SearchModel.DateType DMESD
public static final SearchModel.DateType EXPIRED_DATE
public static SearchModel.DateType[] values()
for (SearchModel.DateType c : SearchModel.DateType.values()) System.out.println(c);
public static SearchModel.DateType 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 © 2012–2013 Herboristerie Cailleau. All rights reserved.