public static enum FeaturesBag.feature extends Enum<FeaturesBag.feature>
| Enum Constant and Description |
|---|
placeColumnName |
quantitiesColumnName |
speciesColumnName |
timeSeriesTableName |
| Modifier and Type | Method and Description |
|---|---|
static FeaturesBag.feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturesBag.feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeaturesBag.feature timeSeriesTableName
public static final FeaturesBag.feature speciesColumnName
public static final FeaturesBag.feature placeColumnName
public static final FeaturesBag.feature quantitiesColumnName
public static FeaturesBag.feature[] values()
for (FeaturesBag.feature c : FeaturesBag.feature.values()) System.out.println(c);
public static FeaturesBag.feature 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 © 2014. All Rights Reserved.