82 void setIdentifier(
const String &
id);
85 const String & getIdentifier()
const;
92 void setLoadedFilePath(
const String & file_name);
95 const String & getLoadedFilePath()
const;
98 void setLoadedFileType(
const String & file_name);
Type
Actual file types enum.
Definition: FileTypes.h:58
A more convenient string class.
Definition: String.h:57
String file_path_
the path to the loaded file
Definition: DocumentIdentifier.h:109
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
FileTypes::Type file_type_
the type of the loaded file
Definition: DocumentIdentifier.h:111
String id_
the ID (e.g. LSID)
Definition: DocumentIdentifier.h:107
Manage source document information.
Definition: DocumentIdentifier.h:55