35 #ifndef OPENMS_METADATA_SOFTWARE_H 
   36 #define OPENMS_METADATA_SOFTWARE_H 
   64     bool operator==(
const Software & rhs) 
const;
 
   66     bool operator!=(
const Software & rhs) 
const;
 
   69     const String & getName() 
const;
 
   71     void setName(
const String & name);
 
   74     const String & getVersion() 
const;
 
   76     void setVersion(
const String & version);
 
   84 #endif // OPENMS_METADATA_SOFTWARE_H 
A more convenient string class. 
Definition: String.h:56
Representation of controlled vocabulary term list. 
Definition: CVTermList.h:54
Description of the software used for processing. 
Definition: Software.h:49
String name_
Definition: Software.h:79
String version_
Definition: Software.h:80