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