DocumentIdentifier#
- class pyopenms.DocumentIdentifier#
Bases:
objectCython implementation of _DocumentIdentifier
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1DocumentIdentifier.html
- __init__()#
Cython signature: void DocumentIdentifier()
Cython signature: void DocumentIdentifier(DocumentIdentifier &)
Methods
Cython signature: void DocumentIdentifier()
Cython signature: String getIdentifier() Retrieve document identifier (e.g.
Cython signature: String getLoadedFilePath() Returns the file_name which is the absolute path to the file loaded
Cython signature: int getLoadedFileType() Returns the file_type (e.g.
Cython signature: void setIdentifier(String id) Sets document identifier (e.g.
Cython signature: void setLoadedFilePath(String file_name) Sets the file_name according to absolute path of the file loaded, preferably done whilst loading
Cython signature: void setLoadedFileType(String file_name) Sets the file_type according to the type of the file loaded from, preferably done whilst loading
- getIdentifier()#
Cython signature: String getIdentifier() Retrieve document identifier (e.g. an LSID)
- getLoadedFilePath()#
Cython signature: String getLoadedFilePath() Returns the file_name which is the absolute path to the file loaded
- getLoadedFileType()#
Cython signature: int getLoadedFileType() Returns the file_type (e.g. featureXML, consensusXML, mzData, mzXML, mzML, …) of the file loaded
- setIdentifier()#
Cython signature: void setIdentifier(String id) Sets document identifier (e.g. an LSID)
- setLoadedFilePath()#
Cython signature: void setLoadedFilePath(String file_name) Sets the file_name according to absolute path of the file loaded, preferably done whilst loading
- setLoadedFileType()#
Cython signature: void setLoadedFileType(String file_name) Sets the file_type according to the type of the file loaded from, preferably done whilst loading