Uses of Class
com.compomics.util.experiment.identification.filtering.items.PeptideFilterItem
Package | Description |
---|---|
com.compomics.util.experiment.identification.filtering.items |
Items used by the filters to filter on.
|
-
Uses of PeptideFilterItem in com.compomics.util.experiment.identification.filtering.items
Methods in com.compomics.util.experiment.identification.filtering.items that return PeptideFilterItem Modifier and Type Method Description static PeptideFilterItem
PeptideFilterItem. getItem(String itemName)
Returns the item designated by the given name.static PeptideFilterItem
PeptideFilterItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static PeptideFilterItem[]
PeptideFilterItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.