35 #ifndef OPENMS_METADATA_DIGESTION_H
36 #define OPENMS_METADATA_DIGESTION_H
76 const String & getEnzyme()
const;
78 void setEnzyme(
const String & enzyme);
81 double getDigestionTime()
const;
83 void setDigestionTime(
double digestion_time);
86 double getTemperature()
const;
88 void setTemperature(
double temperature);
93 void setPh(
double ph);
103 #endif // OPENMS_METADATA_DIGESTION_H
A more convenient string class.
Definition: String.h:57
Base class for sample treatments (Digestion, Modification, Tagging, ...)
Definition: SampleTreatment.h:52
String enzyme_
Definition: Digestion.h:96
double ph_
Definition: Digestion.h:99
double digestion_time_
Definition: Digestion.h:97
double temperature_
Definition: Digestion.h:98
Meta information about digestion of a sample.
Definition: Digestion.h:50