public enum MatchOptions extends Enum<MatchOptions>
MutationMention
to a dbSNP entry or UniProt entryEnum Constant and Description |
---|
LOC
Location matches exactly?
|
METHIONE
Location matches by methionine
|
PSM
Has been normalized to protein sequence? Otherwise nucleotide
|
SWAPPED
Wildtype and Mutated alleles are swapped (e.g.
|
Modifier and Type | Method and Description |
---|---|
static MatchOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchOptions PSM
public static final MatchOptions LOC
public static final MatchOptions METHIONE
public static final MatchOptions SWAPPED
public static MatchOptions[] values()
for (MatchOptions c : MatchOptions.values()) System.out.println(c);
public static MatchOptions 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 © 2016. All rights reserved.