35 #ifndef OPENMS_METADATA_HPLC_H
36 #define OPENMS_METADATA_HPLC_H
62 HPLC & operator=(
const HPLC & source);
65 bool operator==(
const HPLC & source)
const;
67 bool operator!=(
const HPLC & source)
const;
70 const String & getInstrument()
const;
72 void setInstrument(
const String & instrument);
75 const String & getColumn()
const;
77 void setColumn(
const String & column);
80 Int getTemperature()
const;
82 void setTemperature(
Int temperature);
85 UInt getPressure()
const;
87 void setPressure(
UInt pressure);
92 void setFlux(
UInt flux);
97 void setComment(
String comment);
100 const Gradient & getGradient()
const;
104 void setGradient(
const Gradient & gradient);
118 #endif // OPENMS_METADATA_HPLC_H
Gradient gradient_
Definition: HPLC.h:113
Int flux_
Definition: HPLC.h:111
A more convenient string class.
Definition: String.h:57
String column_
Definition: HPLC.h:108
String comment_
Definition: HPLC.h:112
Representation of a HPLC experiment.
Definition: HPLC.h:51
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Representation of a HPLC gradient.
Definition: Gradient.h:53
Int temperature_
Definition: HPLC.h:109
String instrument_
Definition: HPLC.h:107
int Int
Signed integer type.
Definition: Types.h:96
Int pressure_
Definition: HPLC.h:110