All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.profi.mzdb.db.model.IMzDBParamNameGetter Maven / Gradle / Ivy

There is a newer version: 0.0.27
Show newest version
package fr.profi.mzdb.db.model;

/**
 * @author Marco
 *
 */
public interface IMzDBParamNameGetter {
  
  public String getMs1BBTimeWidthParamName();
  public String getMsnBBTimeWidthParamName();
  public String getMs1BBMzWidthParamName();
  public String getMsnBBMzWidthParamName();
  public String getLossStateParamName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy