public static enum WloItemListViewBinder.DataType extends Enum<WloItemListViewBinder.DataType>
| Enum Constant and Description |
|---|
COMMERCIAL_SPECIES |
DATE |
DATETIME |
LOCATION |
MENSURATION |
METIER |
PRESENTATION |
SCIENTIFIC_SPECIES |
STATE |
| Modifier and Type | Method and Description |
|---|---|
static WloItemListViewBinder.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WloItemListViewBinder.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WloItemListViewBinder.DataType DATE
public static final WloItemListViewBinder.DataType DATETIME
public static final WloItemListViewBinder.DataType LOCATION
public static final WloItemListViewBinder.DataType METIER
public static final WloItemListViewBinder.DataType MENSURATION
public static final WloItemListViewBinder.DataType STATE
public static final WloItemListViewBinder.DataType PRESENTATION
public static final WloItemListViewBinder.DataType COMMERCIAL_SPECIES
public static final WloItemListViewBinder.DataType SCIENTIFIC_SPECIES
public static WloItemListViewBinder.DataType[] values()
for (WloItemListViewBinder.DataType c : WloItemListViewBinder.DataType.values()) System.out.println(c);
public static WloItemListViewBinder.DataType 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 © 2013–2014 CodeLutin. All rights reserved.