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