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