|  | OpenMS
    2.6.0
    | 
Controlled Vocabulary Reference. More...
#include <OpenMS/DATASTRUCTURES/CVReference.h>
| Public Member Functions | |
| CVReference () | |
| Default constructor.  More... | |
| CVReference (const CVReference &rhs) | |
| Copy constructor.  More... | |
| virtual | ~CVReference () | 
| Destructor.  More... | |
| CVReference & | operator= (const CVReference &rhs) | 
| Assignment operator.  More... | |
| Accessors | |
| void | setName (const String &name) | 
| sets the name of the CV reference  More... | |
| const String & | getName () const | 
| returns the name of the CV reference  More... | |
| void | setIdentifier (const String &identifier) | 
| sets the CV identifier which is referenced  More... | |
| const String & | getIdentifier () const | 
| returns the CV identifier which is referenced  More... | |
| Predicates | |
| String | name_ | 
| String | identifier_ | 
| bool | operator== (const CVReference &rhs) const | 
| equality operator  More... | |
| bool | operator!= (const CVReference &rhs) const | 
| inequality operator  More... | |
Controlled Vocabulary Reference.
Reference to a controlled vocabulary, defined in the first section of a mapping file.
| CVReference | ( | ) | 
Default constructor.
| CVReference | ( | const CVReference & | rhs | ) | 
Copy constructor.
| 
 | virtual | 
Destructor.
| const String& getIdentifier | ( | ) | const | 
returns the CV identifier which is referenced
| const String& getName | ( | ) | const | 
returns the name of the CV reference
| bool operator!= | ( | const CVReference & | rhs | ) | const | 
inequality operator
| CVReference& operator= | ( | const CVReference & | rhs | ) | 
Assignment operator.
| bool operator== | ( | const CVReference & | rhs | ) | const | 
equality operator
| void setIdentifier | ( | const String & | identifier | ) | 
sets the CV identifier which is referenced
| void setName | ( | const String & | name | ) | 
sets the name of the CV reference
| 
 | protected | 
| 
 | protected | 
 1.8.16
 1.8.16