public static enum CharacterStateMatrix.BinaryStates extends Enum<CharacterStateMatrix.BinaryStates>
| Modifier and Type | Method and Description |
|---|---|
char |
toChar() |
String |
toString() |
static CharacterStateMatrix.BinaryStates |
valueOf(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(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 nullpublic char toChar()
public String toString()
toString in class Enum<CharacterStateMatrix.BinaryStates>Copyright © 2016. All rights reserved.