Serializable
, Comparable<ViewSam.AlignmentStatus>
public static enum ViewSam.AlignmentStatus extends Enum<ViewSam.AlignmentStatus>
Modifier and Type | Method | Description |
---|---|---|
static ViewSam.AlignmentStatus |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ViewSam.AlignmentStatus[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewSam.AlignmentStatus Aligned
public static final ViewSam.AlignmentStatus Unaligned
public static final ViewSam.AlignmentStatus All
public static ViewSam.AlignmentStatus[] values()
for (ViewSam.AlignmentStatus c : ViewSam.AlignmentStatus.values()) System.out.println(c);
public static ViewSam.AlignmentStatus 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 null