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