#include <OpenMS/METADATA/MetaInfoDescription.h>
The described meta info is stored using the MetaInfoInterface of DPeak.
Public Member Functions | |
MetaInfoDescription () | |
Constructor. | |
MetaInfoDescription (const MetaInfoDescription &source) | |
Copy constructor. | |
~MetaInfoDescription () | |
Destructor. | |
MetaInfoDescription & | operator= (const MetaInfoDescription &source) |
Assignment operator. | |
bool | operator== (const MetaInfoDescription &rhs) const |
Equality operator. | |
const String & | getComment () const |
returns the free-text comment | |
void | setComment (const String &comment) |
sets the free-text comment | |
const SourceFile & | getSourceFile () const |
returns a const reference to the source file the information | |
SourceFile & | getSourceFile () |
returns a mutable reference to the source file the information | |
void | setSourceFile (const SourceFile &source_file) |
sets the source file the information | |
const String & | getName () const |
returns the name of the peak annotations | |
void | setName (const String &name) |
sets the name of the peak annotations | |
Protected Attributes | |
String | comment_ |
String | name_ |
SourceFile | source_file_ |
Constructor.
MetaInfoDescription | ( | const MetaInfoDescription & | source | ) |
Copy constructor.
~MetaInfoDescription | ( | ) |
Destructor.
MetaInfoDescription& operator= | ( | const MetaInfoDescription & | source | ) |
Assignment operator.
bool operator== | ( | const MetaInfoDescription & | rhs | ) | const |
Equality operator.
const String& getComment | ( | ) | const |
returns the free-text comment
void setComment | ( | const String & | comment | ) |
sets the free-text comment
const SourceFile& getSourceFile | ( | ) | const |
returns a const reference to the source file the information
SourceFile& getSourceFile | ( | ) |
returns a mutable reference to the source file the information
void setSourceFile | ( | const SourceFile & | source_file | ) |
sets the source file the information
const String& getName | ( | ) | const |
returns the name of the peak annotations
void setName | ( | const String & | name | ) |
sets the name of the peak annotations
SourceFile source_file_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |