|
OpenMS
2.6.0
|
Go to the documentation of this file.
60 static const std::string NamesOfChecksumType[SIZE_OF_CHECKSUMTYPE];
82 const String& getNameOfFile()
const;
84 void setNameOfFile(
const String& name_of_file);
87 const String& getPathToFile()
const;
89 void setPathToFile(
const String& path_path_to_file);
92 float getFileSize()
const;
94 void setFileSize(
float file_size);
97 const String& getFileType()
const;
99 void setFileType(
const String& file_type);
102 const String& getChecksum()
const;
109 const String& getNativeIDType()
const;
111 void setNativeIDType(
const String& type);
114 const String& getNativeIDTypeAccession()
const;
116 void setNativeIDTypeAccession(
const String& accesssion);
124 ChecksumType checksum_type_ = SourceFile::ChecksumType::UNKNOWN_CHECKSUM;
Message-Digest algorithm 5.
Definition: SourceFile.h:55
String path_to_file_
Definition: SourceFile.h:120
A more convenient string class.
Definition: String.h:59
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String native_id_type_accession_
Definition: SourceFile.h:126
Unknown checksum type.
Definition: SourceFile.h:53
ChecksumType
Type of the checksum.
Definition: SourceFile.h:51
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String native_id_type_
Definition: SourceFile.h:125
Representation of controlled vocabulary term list.
Definition: CVTermList.h:52
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Description of a file location, used to store the origin of (meta) data.
Definition: SourceFile.h:46
String file_type_
Definition: SourceFile.h:122
Secure Hash Algorithm-1.
Definition: SourceFile.h:54
String checksum_
Definition: SourceFile.h:123
String name_of_file_
Definition: SourceFile.h:119
double file_size_
Definition: SourceFile.h:121