public static enum SelfPingerMonitor.ResultStatus extends Enum<SelfPingerMonitor.ResultStatus>
| Enum Constant and Description |
|---|
AllSuccess |
Errors |
Timeouts |
| Modifier and Type | Method and Description |
|---|---|
static SelfPingerMonitor.ResultStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelfPingerMonitor.ResultStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelfPingerMonitor.ResultStatus AllSuccess
public static final SelfPingerMonitor.ResultStatus Errors
public static final SelfPingerMonitor.ResultStatus Timeouts
public static SelfPingerMonitor.ResultStatus[] values()
for (SelfPingerMonitor.ResultStatus c : SelfPingerMonitor.ResultStatus.values()) System.out.println(c);
public static SelfPingerMonitor.ResultStatus 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 © 2007–2020 "Tigase, Inc.". All rights reserved.