90 void setIdentifier(
const String &
id);
93 const String & getIdentifier()
const;
100 void setLoadedFilePath(
const String & file_name);
103 const String & getLoadedFilePath()
const;
106 void setLoadedFileType(
const String & file_name);
Type
Actual file types enum.
Definition: FileTypes.h:56
A more convenient string class.
Definition: String.h:58
String file_path_
the path to the loaded file
Definition: DocumentIdentifier.h:117
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
FileTypes::Type file_type_
the type of the loaded file
Definition: DocumentIdentifier.h:119
String id_
the ID (e.g. LSID)
Definition: DocumentIdentifier.h:115
Manage source document information.
Definition: DocumentIdentifier.h:55