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