public static enum NodeConfiguration.Field extends Enum<NodeConfiguration.Field>
| Enum Constant and Description |
|---|
configuration |
input |
output |
simulated |
simulationConvergence |
type |
| Modifier and Type | Method and Description |
|---|---|
static NodeConfiguration.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConfiguration.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeConfiguration.Field configuration
public static final NodeConfiguration.Field type
public static final NodeConfiguration.Field simulated
public static final NodeConfiguration.Field simulationConvergence
public static final NodeConfiguration.Field input
public static final NodeConfiguration.Field output
public static NodeConfiguration.Field[] values()
for (NodeConfiguration.Field c : NodeConfiguration.Field.values()) System.out.println(c);
public static NodeConfiguration.Field 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.