org.forester.phylogenyinference
public static enum CharacterStateMatrix.BinaryStates extends java.lang.Enum<CharacterStateMatrix.BinaryStates>
Modifier and Type | Method and Description |
---|---|
char |
toChar() |
java.lang.String |
toString() |
static CharacterStateMatrix.BinaryStates |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CharacterStateMatrix.BinaryStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterStateMatrix.BinaryStates ABSENT
public static final CharacterStateMatrix.BinaryStates UNKNOWN
public static final CharacterStateMatrix.BinaryStates PRESENT
public static CharacterStateMatrix.BinaryStates[] values()
for (CharacterStateMatrix.BinaryStates c : CharacterStateMatrix.BinaryStates.values()) System.out.println(c);
public static CharacterStateMatrix.BinaryStates 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 char toChar()
public java.lang.String toString()
toString
in class java.lang.Enum<CharacterStateMatrix.BinaryStates>