public static enum ZkMaintenanceUtils.VISIT_ORDER extends Enum<ZkMaintenanceUtils.VISIT_ORDER>
Enum Constant and Description |
---|
VISIT_POST |
VISIT_PRE |
Modifier and Type | Method and Description |
---|---|
static ZkMaintenanceUtils.VISIT_ORDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZkMaintenanceUtils.VISIT_ORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZkMaintenanceUtils.VISIT_ORDER VISIT_PRE
public static final ZkMaintenanceUtils.VISIT_ORDER VISIT_POST
public static ZkMaintenanceUtils.VISIT_ORDER[] values()
for (ZkMaintenanceUtils.VISIT_ORDER c : ZkMaintenanceUtils.VISIT_ORDER.values()) System.out.println(c);
public static ZkMaintenanceUtils.VISIT_ORDER 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 © 2000-2021 Apache Software Foundation. All Rights Reserved.