public static enum CharacterStateMatrix.Format extends java.lang.Enum<CharacterStateMatrix.Format>
Enum Constant and Description |
---|
FORESTER |
NEXUS_BINARY |
PHYLIP |
Modifier and Type | Method and Description |
---|---|
static CharacterStateMatrix.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CharacterStateMatrix.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterStateMatrix.Format PHYLIP
public static final CharacterStateMatrix.Format FORESTER
public static final CharacterStateMatrix.Format NEXUS_BINARY
public static CharacterStateMatrix.Format[] values()
for (CharacterStateMatrix.Format c : CharacterStateMatrix.Format.values()) System.out.println(c);
public static CharacterStateMatrix.Format 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