#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
| bool | isNA () const |
| void | setNA (bool na) |
| 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 (String s) |
Protected Attributes | |
| String | CV_label_ |
| String | accession_ |
| String | name_ |
| String | value_ |
| void fromCellString | ( | String | s | ) | [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabParameter::accession_, MzTabParameter::CV_label_, MzTabParameter::name_, MzTabParameter::setNA(), String::split(), String::toUpper(), String::trim(), and MzTabParameter::value_.
Referenced by MzTabParameterList::fromCellString().
| String getAccession | ( | ) | const [inline] |
References MzTabParameter::accession_, and MzTabParameter::isNA().
| String getCVLabel | ( | ) | const [inline] |
References MzTabParameter::CV_label_, and MzTabParameter::isNA().
| String getName | ( | ) | const [inline] |
References MzTabParameter::isNA(), and MzTabParameter::name_.
| String getValue | ( | ) | const [inline] |
References MzTabParameter::isNA(), and MzTabParameter::value_.
| bool isNA | ( | ) | const [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabParameter::accession_, MzTabParameter::CV_label_, MzTabParameter::name_, and MzTabParameter::value_.
Referenced by MzTabParameter::getAccession(), MzTabParameter::getCVLabel(), MzTabParameter::getName(), MzTabParameter::getValue(), and MzTabParameter::toCellString().
| void setAccession | ( | const String & | accession | ) | [inline] |
References MzTabParameter::accession_.
| void setCVLabel | ( | const String & | CV_label | ) | [inline] |
References MzTabParameter::CV_label_.
| void setNA | ( | bool | na | ) | [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabParameter::accession_, MzTabParameter::CV_label_, MzTabParameter::name_, and MzTabParameter::value_.
Referenced by MzTabParameter::fromCellString().
| void setName | ( | const String & | name | ) | [inline] |
References MzTabParameter::name_.
| void setValue | ( | const String & | value | ) | [inline] |
References MzTabParameter::value_.
| String toCellString | ( | ) | const [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabParameter::accession_, MzTabParameter::CV_label_, MzTabParameter::isNA(), MzTabParameter::name_, and MzTabParameter::value_.
String accession_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |