public static enum ZNodeData.ZNodeStatus extends Enum<ZNodeData.ZNodeStatus>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static ZNodeData.ZNodeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZNodeData.ZNodeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZNodeData.ZNodeStatus ACTIVE
public static final ZNodeData.ZNodeStatus PENDING
public static final ZNodeData.ZNodeStatus ERRONEOUS
public static ZNodeData.ZNodeStatus[] values()
for (ZNodeData.ZNodeStatus c : ZNodeData.ZNodeStatus.values()) System.out.println(c);
public static ZNodeData.ZNodeStatus 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 nullpublic int getValue()
Copyright © 2018. All Rights Reserved.