public static enum AlignmentSummaryMetrics.Category extends java.lang.Enum<AlignmentSummaryMetrics.Category>
| Enum Constant and Description |
|---|
FIRST_OF_PAIR |
PAIR |
SECOND_OF_PAIR |
UNPAIRED |
| Modifier and Type | Method and Description |
|---|---|
static AlignmentSummaryMetrics.Category |
valueOf(java.lang.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(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