|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpectrumFileInstrumentInterface
This interface defines methods to access instrument information obtained from spectrum files.
| 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 |
|---|
String getInstrumentName()
void setInstrumentName(String instrumentName)
instrumentName - String The spectrum instrument name to set.String getInstrumentSerialNo()
void setInstrumentSerialNo(String instrumentSerialNo)
instrumentSerialNo - String The spectrum instrument serial no to set.List<StringPairInterface> getSource()
List<SpectrumFileAnalyzerInterface> getAnalyzers()
List<StringPairInterface> getDetector()
List<StringPairInterface> getAdditional()
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||