public static enum TransformedRootedTree.Transform extends java.lang.Enum<TransformedRootedTree.Transform>
Enum Constant and Description |
---|
CLADOGRAM |
EQUAL_LENGTHS |
PROPORTIONAL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static TransformedRootedTree.Transform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransformedRootedTree.Transform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformedRootedTree.Transform EQUAL_LENGTHS
public static final TransformedRootedTree.Transform CLADOGRAM
public static final TransformedRootedTree.Transform PROPORTIONAL
public static TransformedRootedTree.Transform[] values()
for (TransformedRootedTree.Transform c : TransformedRootedTree.Transform.values()) System.out.println(c);
public static TransformedRootedTree.Transform 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<TransformedRootedTree.Transform>
http://code.google.com/p/jebl2/