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 Details

    • PrideFilter

      public PrideFilter()
      Empty default constructor
    • PrideFilter

      public PrideFilter​(PrideFilterType type, String value)
      Creates a new PrideFilter instance.
      Parameters:
      type - the type of the filter
      value - the value for the filter as a string
  • Method Details

    • getValue

      public String getValue()
      Returns the filter value.
      Returns:
      the filter value
    • getType

      public PrideFilterType getType()
      Returns the filter type.
      Returns:
      the filter type