Last update: 2011-06-23

org.proteios.io
Interface SpectrumFileInstrumentInterface

All Known Implementing Classes:
SpectrumFileInstrument

public interface SpectrumFileInstrumentInterface

This interface defines methods to access instrument information obtained from spectrum files.

Author:
olle

Method Summary
 List<StringPairInterface> getAdditional()
          Get the spectrum instrument additional data.
 List<SpectrumFileAnalyzerInterface> getAnalyzers()
          Get the spectrum instrument analyzer list.
 List<StringPairInterface> getDetector()
          Get the spectrum instrument detector.
 String getInstrumentName()
          Get the spectrum instrument name.
 String getInstrumentSerialNo()
          Get the spectrum instrument serial no.
 List<StringPairInterface> getSource()
          Get the spectrum instrument source.
 void setInstrumentName(String instrumentName)
          Set the spectrum instrument name.
 void setInstrumentSerialNo(String instrumentSerialNo)
          Set the spectrum instrument serial no.
 

Method Detail

getInstrumentName

String getInstrumentName()
Get the spectrum instrument name.

Returns:
String The spectrum instrument name.

setInstrumentName

void setInstrumentName(String instrumentName)
Set the spectrum instrument name.

Parameters:
instrumentName - String The spectrum instrument name to set.

getInstrumentSerialNo

String getInstrumentSerialNo()
Get the spectrum instrument serial no.

Returns:
String The spectrum instrument serial no.

setInstrumentSerialNo

void setInstrumentSerialNo(String instrumentSerialNo)
Set the spectrum instrument serial no.

Parameters:
instrumentSerialNo - String The spectrum instrument serial no to set.

getSource

List<StringPairInterface> getSource()
Get the spectrum instrument source.

Returns:
List The spectrum instrument source.

getAnalyzers

List<SpectrumFileAnalyzerInterface> getAnalyzers()
Get the spectrum instrument analyzer list.

Returns:
List The spectrum instrument analyzer list.

getDetector

List<StringPairInterface> getDetector()
Get the spectrum instrument detector.

Returns:
List The spectrum instrument detector.

getAdditional

List<StringPairInterface> getAdditional()
Get the spectrum instrument additional data.

Returns:
List The spectrum instrument additional data.

Last update: 2011-06-23