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