public static enum QAFDataProvider.dataproviders extends java.lang.Enum<QAFDataProvider.dataproviders>
| Enum Constant and Description |
|---|
isfw_csv |
isfw_database |
isfw_excel |
isfw_excel_table |
isfw_json |
isfw_property |
| Modifier and Type | Method and Description |
|---|---|
static QAFDataProvider.dataproviders |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QAFDataProvider.dataproviders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QAFDataProvider.dataproviders isfw_csv
public static final QAFDataProvider.dataproviders isfw_database
public static final QAFDataProvider.dataproviders isfw_excel
public static final QAFDataProvider.dataproviders isfw_excel_table
public static final QAFDataProvider.dataproviders isfw_json
public static final QAFDataProvider.dataproviders isfw_property
public static QAFDataProvider.dataproviders[] values()
for (QAFDataProvider.dataproviders c : QAFDataProvider.dataproviders.values()) System.out.println(c);
public static QAFDataProvider.dataproviders valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2000 Infostretch Corp.