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