public static enum MatchFilter.FilterType extends Enum<MatchFilter.FilterType>
Enum Constant and Description |
---|
ASSUMPTION
Peptide Assumption filter.
|
PEPTIDE
Peptide filter.
|
PROTEIN
Protein filter.
|
PSM
PSM filter.
|
Modifier and Type | Method and Description |
---|---|
static MatchFilter.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchFilter.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchFilter.FilterType PROTEIN
public static final MatchFilter.FilterType PEPTIDE
public static final MatchFilter.FilterType PSM
public static final MatchFilter.FilterType ASSUMPTION
public static MatchFilter.FilterType[] values()
for (MatchFilter.FilterType c : MatchFilter.FilterType.values()) System.out.println(c);
public static MatchFilter.FilterType 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 © 2021. All rights reserved.