#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
MzTabParameter () | |
virtual | ~MzTabParameter () |
bool | isNull () const |
void | setNull (bool b) |
void | setCVLabel (const String &CV_label) |
void | setAccession (const String &accession) |
void | setName (const String &name) |
void | setValue (const String &value) |
String | getCVLabel () const |
String | getAccession () const |
String | getName () const |
String | getValue () const |
String | toCellString () const |
void | fromCellString (const String &s) |
Public Member Functions inherited from MzTabNullAbleInterface | |
virtual | ~MzTabNullAbleInterface () |
Protected Attributes | |
String | CV_label_ |
String | accession_ |
String | name_ |
String | value_ |
MzTabParameter | ( | ) |
|
virtual |
|
virtual |
Implements MzTabNullAbleInterface.
String getAccession | ( | ) | const |
String getCVLabel | ( | ) | const |
String getName | ( | ) | const |
String getValue | ( | ) | const |
|
virtual |
Implements MzTabNullAbleInterface.
void setAccession | ( | const String & | accession | ) |
void setCVLabel | ( | const String & | CV_label | ) |
void setName | ( | const String & | name | ) |
|
virtual |
Implements MzTabNullAbleInterface.
void setValue | ( | const String & | value | ) |
|
virtual |
Implements MzTabNullAbleInterface.
|
protected |
|
protected |
|
protected |
|
protected |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13 |