public static enum HostLocationProbingService.ProbeMode extends java.lang.Enum<HostLocationProbingService.ProbeMode>
| Enum Constant and Description |
|---|
DISCOVER
Append probed host location if reply is received before timeout.
|
VERIFY
Remove probed host location if reply is received after timeout.
|
| Modifier and Type | Method and Description |
|---|---|
static HostLocationProbingService.ProbeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HostLocationProbingService.ProbeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostLocationProbingService.ProbeMode DISCOVER
public static final HostLocationProbingService.ProbeMode VERIFY
public static HostLocationProbingService.ProbeMode[] values()
for (HostLocationProbingService.ProbeMode c : HostLocationProbingService.ProbeMode.values()) System.out.println(c);
public static HostLocationProbingService.ProbeMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null