public static enum NodeConfiguration.Table extends Enum<NodeConfiguration.Table>
| Enum Constant and Description |
|---|
cell |
column |
expression |
expressions |
nptCompiled |
partition |
partitions |
probabilities |
pvalues |
row |
table |
type |
| Modifier and Type | Method and Description |
|---|---|
static NodeConfiguration.Table |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConfiguration.Table[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeConfiguration.Table table
public static final NodeConfiguration.Table type
public static final NodeConfiguration.Table partitions
public static final NodeConfiguration.Table partition
public static final NodeConfiguration.Table expressions
public static final NodeConfiguration.Table expression
public static final NodeConfiguration.Table probabilities
public static final NodeConfiguration.Table pvalues
public static final NodeConfiguration.Table row
public static final NodeConfiguration.Table column
public static final NodeConfiguration.Table cell
public static final NodeConfiguration.Table nptCompiled
public static NodeConfiguration.Table[] values()
for (NodeConfiguration.Table c : NodeConfiguration.Table.values()) System.out.println(c);
public static NodeConfiguration.Table 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 © 2022. All rights reserved.