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