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

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

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

Fields in uk.ac.ebi.jmzidml.model.mzidml declared as Param
protected  Param SearchDatabase.databaseName
           
protected  Param Filter.filterType
           
protected  Param SpectrumIdentificationProtocol.searchType
           
protected  Param AnalysisSoftware.softwareName
           
 

Methods in uk.ac.ebi.jmzidml.model.mzidml that return Param
 Param ObjectFactory.createParam()
          Create an instance of Param
 Param SearchDatabase.getDatabaseName()
          Gets the value of the databaseName property.
 Param Filter.getFilterType()
          Gets the value of the filterType property.
 Param SpectrumIdentificationProtocol.getSearchType()
          Gets the value of the searchType property.
 Param AnalysisSoftware.getSoftwareName()
          Gets the value of the softwareName property.
 

Methods in uk.ac.ebi.jmzidml.model.mzidml with parameters of type Param
 void SearchDatabase.setDatabaseName(Param value)
          Sets the value of the databaseName property.
 void Filter.setFilterType(Param value)
          Sets the value of the filterType property.
 void SpectrumIdentificationProtocol.setSearchType(Param value)
          Sets the value of the searchType property.
 void AnalysisSoftware.setSoftwareName(Param value)
          Sets the value of the softwareName property.
 



Copyright © 2012. All Rights Reserved.