Class PrideFilter
java.lang.Object
com.compomics.util.pride.prideobjects.webservice.query.PrideFilter
An object to set up a filter for use in a query to the PRIDE webservice.
- Author:
- Kenneth Verheggen
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorPrideFilter(PrideFilterType type, String value) Creates a new PrideFilter instance. -
Method Summary
-
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
-
getValue
Returns the filter value.- Returns:
- the filter value
-
getType
Returns the filter type.- Returns:
- the filter type
-