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