OpenMS
Loading...
Searching...
No Matches
QcMLFile::QualityParameter Class Reference

Representation of a quality parameter. More...

#include <OpenMS/FORMAT/QcMLFile.h>

Collaboration diagram for QcMLFile::QualityParameter:
[legend]

Public Member Functions

 QualityParameter ()
 Default constructor.
 
 QualityParameter (const QualityParameter &rhs)
 
QualityParameteroperator= (const QualityParameter &rhs)
 
bool operator== (const QualityParameter &rhs) const
 
bool operator< (const QualityParameter &rhs) const
 
bool operator> (const QualityParameter &rhs) const
 
std::string toXMLString (UInt indentation_level) const
 

Public Attributes

std::string name
 Name.
 
std::string id
 Identifier.
 
std::string value
 Value.
 
std::string cvRef
 cv reference
 
std::string cvAcc
 cv accession
 
std::string unitRef
 cv reference of the unit
 
std::string unitAcc
 cv accession of the unit
 
std::string flag
 cv accession of the unit
 

Detailed Description

Representation of a quality parameter.

Constructor & Destructor Documentation

◆ QualityParameter() [1/2]

Default constructor.

◆ QualityParameter() [2/2]

Member Function Documentation

◆ operator<()

bool operator< ( const QualityParameter rhs) const

◆ operator=()

QualityParameter & operator= ( const QualityParameter rhs)

◆ operator==()

bool operator== ( const QualityParameter rhs) const

◆ operator>()

bool operator> ( const QualityParameter rhs) const

◆ toXMLString()

std::string toXMLString ( UInt  indentation_level) const

Member Data Documentation

◆ cvAcc

std::string cvAcc

cv accession

◆ cvRef

std::string cvRef

cv reference

◆ flag

std::string flag

cv accession of the unit

◆ id

std::string id

Identifier.

◆ name

std::string name

Name.

◆ unitAcc

std::string unitAcc

cv accession of the unit

◆ unitRef

std::string unitRef

cv reference of the unit

◆ value

std::string value

Value.