61 HPLC & operator=(
const HPLC & source);
69 const String & getInstrument()
const;
71 void setInstrument(
const String & instrument);
74 const String & getColumn()
const;
76 void setColumn(
const String & column);
79 Int getTemperature()
const;
81 void setTemperature(
Int temperature);
84 UInt getPressure()
const;
86 void setPressure(
UInt pressure);
91 void setFlux(
UInt flux);
96 void setComment(
String comment);
99 const Gradient & getGradient()
const;
103 void setGradient(
const Gradient & gradient);
Gradient gradient_
Definition: HPLC.h:112
Int flux_
Definition: HPLC.h:110
A more convenient string class.
Definition: String.h:57
String column_
Definition: HPLC.h:107
String comment_
Definition: HPLC.h:111
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Representation of a HPLC experiment.
Definition: HPLC.h:50
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
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
Int temperature_
Definition: HPLC.h:108
String instrument_
Definition: HPLC.h:106
int Int
Signed integer type.
Definition: Types.h:102
Int pressure_
Definition: HPLC.h:109