public static enum InclusionListExport.PeptideFilterType extends Enum<InclusionListExport.PeptideFilterType>
| Enum Constant and Description |
|---|
degenerated
Degenerated Peptides.
|
miscleaved
Miscleaved Peptides.
|
reactive
Reactive Peptides.
|
| Modifier and Type | Field and Description |
|---|---|
String |
description
Description of the export.
|
int |
index
Index for the export type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommandLineOptions()
Returns a description of the command line arguments.
|
static String[] |
getPossibilities()
Returns all possibilities descriptions in an array of string.
|
static InclusionListExport.PeptideFilterType |
getTypeFromIndex(int index)
Returns the parameter type corresponding to a given index.
|
static InclusionListExport.PeptideFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InclusionListExport.PeptideFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InclusionListExport.PeptideFilterType miscleaved
public static final InclusionListExport.PeptideFilterType reactive
public static final InclusionListExport.PeptideFilterType degenerated
public int index
public String description
public static InclusionListExport.PeptideFilterType[] values()
for (InclusionListExport.PeptideFilterType c : InclusionListExport.PeptideFilterType.values()) System.out.println(c);
public static InclusionListExport.PeptideFilterType 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 InclusionListExport.PeptideFilterType getTypeFromIndex(int index)
index - the index of interestpublic static String[] getPossibilities()
public static String getCommandLineOptions()
Copyright © 2021. All rights reserved.