public static enum DataNode.CheckDnStateResult extends Enum<DataNode.CheckDnStateResult>
| Enum Constant and Description |
|---|
DN_INVALID |
DN_VALID |
PROPERTIES_INVALID |
| Modifier and Type | Method and Description |
|---|---|
static DataNode.CheckDnStateResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataNode.CheckDnStateResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataNode.CheckDnStateResult DN_VALID
public static final DataNode.CheckDnStateResult DN_INVALID
public static final DataNode.CheckDnStateResult PROPERTIES_INVALID
public static DataNode.CheckDnStateResult[] values()
for (DataNode.CheckDnStateResult c : DataNode.CheckDnStateResult.values()) System.out.println(c);
public static DataNode.CheckDnStateResult 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 © 2023 openGauss. All rights reserved.