public static enum NodeConfiguration.TableType extends Enum<NodeConfiguration.TableType>
| Enum Constant and Description |
|---|
Expression |
Manual |
Partitioned |
| Modifier and Type | Method and Description |
|---|---|
static NodeConfiguration.TableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConfiguration.TableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeConfiguration.TableType Manual
public static final NodeConfiguration.TableType Expression
public static final NodeConfiguration.TableType Partitioned
public static NodeConfiguration.TableType[] values()
for (NodeConfiguration.TableType c : NodeConfiguration.TableType.values()) System.out.println(c);
public static NodeConfiguration.TableType 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 © 2021. All rights reserved.