public enum PeptideMapperType extends Enum<PeptideMapperType>
Enum Constant and Description |
---|
fm_index
The FM index.
|
tree
The protein tree.
|
Modifier and Type | Field and Description |
---|---|
String |
description
The description of the peptide mapper.
|
int |
index
The unique index of the peptide mapper.
|
String |
name
The name of the peptide mapper.
|
Modifier and Type | Method and Description |
---|---|
static String |
getCommandLineOptions()
Returns the different matching types as command line options description.
|
static PeptideMapperType |
getPeptideMapperType(int index)
Returns the peptide mapper type corresponding to the given index.
|
String |
toString() |
static PeptideMapperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeptideMapperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeptideMapperType fm_index
public static final PeptideMapperType tree
public final int index
public final String name
public final String description
public static PeptideMapperType[] values()
for (PeptideMapperType c : PeptideMapperType.values()) System.out.println(c);
public static PeptideMapperType 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 nullpublic static String getCommandLineOptions()
public String toString()
toString
in class Enum<PeptideMapperType>
public static PeptideMapperType getPeptideMapperType(int index)
index
- the index of the peptide mapper typeCopyright © 2018. All rights reserved.