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