Class PrideFilter
java.lang.Object
com.compomics.util.pride.prideobjects.webservice.query.PrideFilter
public class PrideFilter extends Object
An object to set up a filter for use in a query to the PRIDE webservice.
- Author:
- Kenneth Verheggen
-
Constructor Summary
Constructors Constructor Description PrideFilter()
Empty default constructorPrideFilter(PrideFilterType type, String value)
Creates a new PrideFilter instance. -
Method Summary
Modifier and Type Method Description PrideFilterType
getType()
Returns the filter type.String
getValue()
Returns the filter value.
-
Constructor Details
-
PrideFilter
public PrideFilter()Empty default constructor -
PrideFilter
Creates a new PrideFilter instance.- Parameters:
type
- the type of the filtervalue
- the value for the filter as a string
-
-
Method Details