public static enum DataSetChooser.DataSets extends Enum<DataSetChooser.DataSets>
| Enum Constant and Description |
|---|
ABTBUY |
AMAZONGOOGLEPRODUCTS |
DBLPACM |
DBLPSCHOLAR |
DBPLINKEDMDB |
DRUGS |
OAEI2014BOOKS |
PERSON1 |
PERSON1_CSV |
PERSON2 |
PERSON2_CSV |
RESTAURANTS |
RESTAURANTS_CSV |
RESTAURANTS_FIXED |
| Modifier and Type | Method and Description |
|---|---|
static DataSetChooser.DataSets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetChooser.DataSets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetChooser.DataSets PERSON1
public static final DataSetChooser.DataSets PERSON1_CSV
public static final DataSetChooser.DataSets PERSON2
public static final DataSetChooser.DataSets PERSON2_CSV
public static final DataSetChooser.DataSets RESTAURANTS
public static final DataSetChooser.DataSets OAEI2014BOOKS
public static final DataSetChooser.DataSets RESTAURANTS_FIXED
public static final DataSetChooser.DataSets DBLPACM
public static final DataSetChooser.DataSets ABTBUY
public static final DataSetChooser.DataSets DBLPSCHOLAR
public static final DataSetChooser.DataSets AMAZONGOOGLEPRODUCTS
public static final DataSetChooser.DataSets DBPLINKEDMDB
public static final DataSetChooser.DataSets DRUGS
public static final DataSetChooser.DataSets RESTAURANTS_CSV
public static DataSetChooser.DataSets[] values()
for (DataSetChooser.DataSets c : DataSetChooser.DataSets.values()) System.out.println(c);
public static DataSetChooser.DataSets 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 © 2018. All rights reserved.