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