public static enum HealthCheck.Type extends Enum<HealthCheck.Type>
| Modifier and Type | Method and Description |
|---|---|
static HealthCheck.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheck.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthCheck.Type local
public static final HealthCheck.Type cluster
public static final HealthCheck.Type custom
public static HealthCheck.Type[] values()
for (HealthCheck.Type c : HealthCheck.Type.values()) System.out.println(c);
public static HealthCheck.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 nullCopyright © 2020 SPF4J. All rights reserved.