Uses of Class
uk.ac.ebi.jmzidml.model.mzidml.ParamList

Packages that use ParamList
uk.ac.ebi.jmzidml.model.mzidml   
 

Uses of ParamList in uk.ac.ebi.jmzidml.model.mzidml
 

Fields in uk.ac.ebi.jmzidml.model.mzidml declared as ParamList
protected  ParamList SpectrumIdentificationProtocol.additionalSearchParams
           
protected  ParamList ProteinDetectionProtocol.analysisParams
           
protected  ParamList Enzyme.enzymeName
           
protected  ParamList Filter.exclude
           
protected  ParamList Filter.include
           
protected  ParamList SpectrumIdentificationProtocol.threshold
           
protected  ParamList ProteinDetectionProtocol.threshold
           
 

Methods in uk.ac.ebi.jmzidml.model.mzidml that return ParamList
 ParamList ObjectFactory.createParamList()
          Create an instance of ParamList
 ParamList SpectrumIdentificationProtocol.getAdditionalSearchParams()
          Gets the value of the additionalSearchParams property.
 ParamList ProteinDetectionProtocol.getAnalysisParams()
          Gets the value of the analysisParams property.
 ParamList Enzyme.getEnzymeName()
          Gets the value of the enzymeName property.
 ParamList Filter.getExclude()
          Gets the value of the exclude property.
 ParamList Filter.getInclude()
          Gets the value of the include property.
 ParamList SpectrumIdentificationProtocol.getThreshold()
          Gets the value of the threshold property.
 ParamList ProteinDetectionProtocol.getThreshold()
          Gets the value of the threshold property.
 

Methods in uk.ac.ebi.jmzidml.model.mzidml with parameters of type ParamList
 void SpectrumIdentificationProtocol.setAdditionalSearchParams(ParamList value)
          Sets the value of the additionalSearchParams property.
 void ProteinDetectionProtocol.setAnalysisParams(ParamList value)
          Sets the value of the analysisParams property.
 void Enzyme.setEnzymeName(ParamList value)
          Sets the value of the enzymeName property.
 void Filter.setExclude(ParamList value)
          Sets the value of the exclude property.
 void Filter.setInclude(ParamList value)
          Sets the value of the include property.
 void SpectrumIdentificationProtocol.setThreshold(ParamList value)
          Sets the value of the threshold property.
 void ProteinDetectionProtocol.setThreshold(ParamList value)
          Sets the value of the threshold property.
 



Copyright © 2012. All Rights Reserved.