OpenMS
Loading...
Searching...
No Matches
MzTabParameter Class Reference

#include <OpenMS/FORMAT/MzTabBase.h>

Collaboration diagram for MzTabParameter:
[legend]

Public Member Functions

 MzTabParameter ()
 
bool isNull () const
 
void setNull (bool b)
 
void setCVLabel (const std::string &CV_label)
 
void setAccession (const std::string &accession)
 
void setName (const std::string &name)
 
void setValue (const std::string &value)
 
std::string getCVLabel () const
 
std::string getAccession () const
 
std::string getName () const
 
std::string getValue () const
 
std::string toCellString () const
 
void fromCellString (const std::string &s)
 
 ~MzTabParameter ()=default
 

Protected Attributes

std::string CV_label_
 
std::string accession_
 
std::string name_
 
std::string value_
 

Constructor & Destructor Documentation

◆ MzTabParameter()

◆ ~MzTabParameter()

~MzTabParameter ( )
default

Member Function Documentation

◆ fromCellString()

void fromCellString ( const std::string &  s)

◆ getAccession()

std::string getAccession ( ) const

◆ getCVLabel()

std::string getCVLabel ( ) const

◆ getName()

std::string getName ( ) const

◆ getValue()

std::string getValue ( ) const

◆ isNull()

bool isNull ( ) const

◆ setAccession()

void setAccession ( const std::string &  accession)

◆ setCVLabel()

void setCVLabel ( const std::string &  CV_label)

◆ setName()

void setName ( const std::string &  name)

◆ setNull()

void setNull ( bool  b)

◆ setValue()

void setValue ( const std::string &  value)

◆ toCellString()

std::string toCellString ( ) const

Member Data Documentation

◆ accession_

std::string accession_
protected

◆ CV_label_

std::string CV_label_
protected

◆ name_

std::string name_
protected

◆ value_

std::string value_
protected