![]() |
OpenMS
2.5.0
|
#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
| MzTabParameter () | |
| ~MzTabParameter () override | |
| bool | isNull () const override |
| void | setNull (bool b) override |
| 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 override |
| void | fromCellString (const String &s) override |
Public Member Functions inherited from MzTabNullAbleInterface | |
| virtual | ~MzTabNullAbleInterface () |
Protected Attributes | |
| String | CV_label_ |
| String | accession_ |
| String | name_ |
| String | value_ |
| MzTabParameter | ( | ) |
|
override |
|
overridevirtual |
Implements MzTabNullAbleInterface.
| String getAccession | ( | ) | const |
| String getCVLabel | ( | ) | const |
| String getName | ( | ) | const |
| String getValue | ( | ) | const |
|
overridevirtual |
Implements MzTabNullAbleInterface.
| void setAccession | ( | const String & | accession | ) |
| void setCVLabel | ( | const String & | CV_label | ) |
| void setName | ( | const String & | name | ) |
|
overridevirtual |
Implements MzTabNullAbleInterface.
| void setValue | ( | const String & | value | ) |
|
overridevirtual |
Implements MzTabNullAbleInterface.
|
protected |
|
protected |
|
protected |
|
protected |
1.8.16