35 #ifndef OPENMS_DATASTRUCTURES_CVREFERENCE_H 
   36 #define OPENMS_DATASTRUCTURES_CVREFERENCE_H 
   72     void setName(
const String & name);
 
   76     const String & getName() 
const;
 
   79     void setIdentifier(
const String & identifier);
 
   82     const String & getIdentifier() 
const;
 
  106 #endif // OPENMS_DATASTRUCTURES_CVREFERENCE_H 
A more convenient string class. 
Definition: String.h:56
String name_
Definition: CVReference.h:98
Controlled Vocabulary Reference. 
Definition: CVReference.h:53
String identifier_
Definition: CVReference.h:100