Uses of Enum
com.compomics.util.pride.prideobjects.webservice.query.PrideFilterType
Packages that use PrideFilterType
Package
Description
Classes for validating PRIDE web service filters.
-
Uses of PrideFilterType in com.compomics.util.pride.prideobjects.webservice.query
Methods in com.compomics.util.pride.prideobjects.webservice.query that return PrideFilterTypeModifier and TypeMethodDescriptionPrideFilter.getType()Returns the filter type.static PrideFilterTypeReturns the enum constant of this type with the specified name.static PrideFilterType[]PrideFilterType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.compomics.util.pride.prideobjects.webservice.query with parameters of type PrideFilterTypeModifierConstructorDescriptionPrideFilter(PrideFilterType type, String value) Creates a new PrideFilter instance.