public class ThermoScanMetaData extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
acquisitionType
The spectrumType.
|
protected String |
analyzerType
The analyzerType.
|
protected int |
msLevel
The msLevel.
|
protected float[] |
mzRange
The mzRange.
|
protected ThermoFragmentationTarget[] |
targets
Thetargets.
|
Constructor and Description |
---|
ThermoScanMetaData(String filterString) |
ThermoScanMetaData(String spectrumType,
String analyzerType,
int msLevel,
float[] mzRange,
ThermoFragmentationTarget[] targets) |
Modifier and Type | Method and Description |
---|---|
String |
getAcquisitionType() |
String |
getAnalyzerType() |
int |
getMsLevel() |
float[] |
getMzRange() |
ThermoFragmentationTarget[] |
getTargets() |
protected final String acquisitionType
protected final String analyzerType
protected int msLevel
protected final float[] mzRange
protected final ThermoFragmentationTarget[] targets
public ThermoScanMetaData(String spectrumType, String analyzerType, int msLevel, float[] mzRange, ThermoFragmentationTarget[] targets)
public ThermoScanMetaData(String filterString)
public String getAcquisitionType()
public String getAnalyzerType()
public int getMsLevel()
public float[] getMzRange()
public ThermoFragmentationTarget[] getTargets()
Copyright © 2019. All rights reserved.