public static enum ClusteringParameters.ClusteringMethod extends java.lang.Enum<ClusteringParameters.ClusteringMethod>
| Enum Constant and Description |
|---|
BALANCED |
BLOCK |
HORIZONTAL |
NONE |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static ClusteringParameters.ClusteringMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringParameters.ClusteringMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusteringParameters.ClusteringMethod HORIZONTAL
public static final ClusteringParameters.ClusteringMethod VERTICAL
public static final ClusteringParameters.ClusteringMethod NONE
public static final ClusteringParameters.ClusteringMethod BLOCK
public static final ClusteringParameters.ClusteringMethod BALANCED
public static ClusteringParameters.ClusteringMethod[] values()
for (ClusteringParameters.ClusteringMethod c : ClusteringParameters.ClusteringMethod.values()) System.out.println(c);
public static ClusteringParameters.ClusteringMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null