public static enum FilterTaxa.FILTER_TAXA_ATTRIBUTES extends Enum<FilterTaxa.FILTER_TAXA_ATTRIBUTES>
Enum Constant and Description |
---|
filterName |
includeTaxa |
maxHeterozygous |
minHeterozygous |
minNotMissing |
taxaList |
Modifier and Type | Method and Description |
---|---|
static FilterTaxa.FILTER_TAXA_ATTRIBUTES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterTaxa.FILTER_TAXA_ATTRIBUTES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterTaxa.FILTER_TAXA_ATTRIBUTES filterName
public static final FilterTaxa.FILTER_TAXA_ATTRIBUTES minNotMissing
public static final FilterTaxa.FILTER_TAXA_ATTRIBUTES minHeterozygous
public static final FilterTaxa.FILTER_TAXA_ATTRIBUTES maxHeterozygous
public static final FilterTaxa.FILTER_TAXA_ATTRIBUTES includeTaxa
public static final FilterTaxa.FILTER_TAXA_ATTRIBUTES taxaList
public static FilterTaxa.FILTER_TAXA_ATTRIBUTES[] values()
for (FilterTaxa.FILTER_TAXA_ATTRIBUTES c : FilterTaxa.FILTER_TAXA_ATTRIBUTES.values()) System.out.println(c);
public static FilterTaxa.FILTER_TAXA_ATTRIBUTES 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 nullCopyright © 2018. All rights reserved.