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);
Gradient gradient_
Definition: HPLC.h:116
Int flux_
Definition: HPLC.h:114
A more convenient string class.
Definition: String.h:58
String column_
Definition: HPLC.h:111
String comment_
Definition: HPLC.h:115
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Representation of a HPLC experiment.
Definition: HPLC.h:50
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
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:112
String instrument_
Definition: HPLC.h:110
int Int
Signed integer type.
Definition: Types.h:102
Int pressure_
Definition: HPLC.h:113