Representation of a quality parameter. More...
#include <OpenMS/FORMAT/QcMLFile.h>
Public Member Functions | |
| QualityParameter () | |
| Default constructor. | |
| QualityParameter (const QualityParameter &rhs) | |
| QualityParameter & | operator= (const QualityParameter &rhs) |
| bool | operator== (const QualityParameter &rhs) const |
| bool | operator< (const QualityParameter &rhs) const |
| bool | operator> (const QualityParameter &rhs) const |
| String | toXMLString (UInt indentation_level) const |
Public Attributes | |
| String | name |
| Name. | |
| String | id |
| Identifier. | |
| String | value |
| Value. | |
| String | cvRef |
| cv reference | |
| String | cvAcc |
| cv accession | |
| String | unitRef |
| cv reference of the unit | |
| String | unitAcc |
| cv accession of the unit | |
| String | flag |
| cv accession of the unit | |
Representation of a quality parameter.
| QualityParameter | ( | ) |
Default constructor.
| QualityParameter | ( | const QualityParameter & | rhs | ) |
| bool operator< | ( | const QualityParameter & | rhs | ) | const |
| QualityParameter& operator= | ( | const QualityParameter & | rhs | ) |
| bool operator== | ( | const QualityParameter & | rhs | ) | const |
| bool operator> | ( | const QualityParameter & | rhs | ) | const |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |