Uses of Enum
com.compomics.util.experiment.identification.filtering.MatchFilter.FilterType
Packages that use MatchFilter.FilterType
Package
Description
Classes for the filtering of identification objects.
-
Uses of MatchFilter.FilterType in com.compomics.util.experiment.identification.filtering
Fields in com.compomics.util.experiment.identification.filtering declared as MatchFilter.FilterTypeModifier and TypeFieldDescriptionprotected MatchFilter.FilterTypeMatchFilter.filterTypeThe type of filter.Methods in com.compomics.util.experiment.identification.filtering that return MatchFilter.FilterTypeModifier and TypeMethodDescriptionMatchFilter.getType()Return the type of the filter.static MatchFilter.FilterTypeReturns the enum constant of this type with the specified name.static MatchFilter.FilterType[]MatchFilter.FilterType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.identification.filtering with parameters of type MatchFilter.FilterTypeModifier and TypeMethodDescriptionvoidMatchFilter.setType(MatchFilter.FilterType filterType) Sets the type of the filter.