63 HPLC & operator=(
const HPLC &) =
default;
73 const String & getInstrument()
const;
75 void setInstrument(
const String & instrument);
78 const String & getColumn()
const;
80 void setColumn(
const String & column);
83 Int getTemperature()
const;
85 void setTemperature(
Int temperature);
88 UInt getPressure()
const;
90 void setPressure(
UInt pressure);
95 void setFlux(
UInt flux);
100 void setComment(
String comment);
103 const Gradient & getGradient()
const;
107 void setGradient(
const Gradient & gradient);
String column_
Definition: HPLC.h:111
A more convenient string class.
Definition: String.h:58
Int flux_
Definition: HPLC.h:114
Representation of a HPLC experiment.
Definition: HPLC.h:50
Int pressure_
Definition: HPLC.h:113
Representation of a HPLC gradient.
Definition: Gradient.h:52
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String comment_
Definition: HPLC.h:115
Int temperature_
Definition: HPLC.h:112
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
String instrument_
Definition: HPLC.h:110
Gradient gradient_
Definition: HPLC.h:116
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806