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