OpenMS
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 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)
 
 ~MzTabParameter ()=default
 

Protected Attributes

String CV_label_
 
String accession_
 
String name_
 
String value_
 

Constructor & Destructor Documentation

◆ MzTabParameter()

◆ ~MzTabParameter()

~MzTabParameter ( )
default

Member Function Documentation

◆ fromCellString()

void fromCellString ( const String s)

◆ getAccession()

String getAccession ( ) const

◆ getCVLabel()

String getCVLabel ( ) const

◆ getName()

String getName ( ) const

◆ getValue()

String getValue ( ) const

◆ isNull()

bool isNull ( ) const

◆ setAccession()

void setAccession ( const String accession)

◆ setCVLabel()

void setCVLabel ( const String CV_label)

◆ setName()

void setName ( const String name)

◆ setNull()

void setNull ( bool  b)

◆ setValue()

void setValue ( const String value)

◆ toCellString()

String toCellString ( ) const

Member Data Documentation

◆ accession_

String accession_
protected

◆ CV_label_

String CV_label_
protected

◆ name_

String name_
protected

◆ value_

String value_
protected