Representation of an attachment. More...
#include <OpenMS/FORMAT/QcMLFile.h>
| Public Member Functions | |
| Attachment () | |
| Default constructor.  More... | |
| Attachment (const Attachment &rhs) | |
| Attachment & | operator= (const Attachment &rhs) | 
| bool | operator== (const Attachment &rhs) const | 
| bool | operator< (const Attachment &rhs) const | 
| bool | operator> (const Attachment &rhs) const | 
| String | toXMLString (UInt indentation_level) const | 
| String | toCSVString (String separator) const | 
| Public Attributes | |
| String | name | 
| Name.  More... | |
| String | id | 
| Name.  More... | |
| String | value | 
| Value.  More... | |
| String | cvRef | 
| cv reference  More... | |
| String | cvAcc | 
| cv accession  More... | |
| String | unitRef | 
| cv reference of the unit  More... | |
| String | unitAcc | 
| cv accession of the unit  More... | |
| String | binary | 
| binary content of the attachment  More... | |
| String | qualityRef | 
| reference to qp to which attachment, if empty attached to run/set  More... | |
| std::vector< String > | colTypes | 
| type of the cols if QP has a table of values  More... | |
| std::vector< std::vector < String > > | tableRows | 
| cell values if QP has a table, type see colType  More... | |
Representation of an attachment.
| Attachment | ( | ) | 
Default constructor.
| Attachment | ( | const Attachment & | rhs | ) | 
| bool operator< | ( | const Attachment & | rhs | ) | const | 
| Attachment& operator= | ( | const Attachment & | rhs | ) | 
| bool operator== | ( | const Attachment & | rhs | ) | const | 
| bool operator> | ( | const Attachment & | rhs | ) | const | 
| String binary | 
binary content of the attachment
| std::vector<String> colTypes | 
type of the cols if QP has a table of values
| String cvAcc | 
cv accession
| String cvRef | 
cv reference
| String id | 
Name.
| String name | 
Name.
| String qualityRef | 
reference to qp to which attachment, if empty attached to run/set
| std::vector< std::vector<String> > tableRows | 
cell values if QP has a table, type see colType
| String unitAcc | 
cv accession of the unit
| String unitRef | 
cv reference of the unit
| String value | 
Value.
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:31 using doxygen 1.8.5 |