Uses of Class
de.isas.mztab2.model.Comment
-
Packages that use Comment Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of Comment in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Comment Modifier and Type Method Description Comment
Comment. lineNumber(Integer lineNumber)
Builder method for lineNumber.Comment
Comment. msg(String msg)
Builder method for msg.Comment
Comment. prefix(Comment.PrefixEnum prefix)
Builder method for prefix.Methods in de.isas.mztab2.model that return types with arguments of type Comment Modifier and Type Method Description @Valid List<Comment>
MzTab. getComment()
Comment lines can be placed anywhere in an mzTab file.@Valid List<Comment>
SmallMoleculeEvidence. getComment()
Get comment.@Valid List<Comment>
SmallMoleculeFeature. getComment()
Get comment.@Valid List<Comment>
SmallMoleculeSummary. getComment()
Get comment.Methods in de.isas.mztab2.model with parameters of type Comment Modifier and Type Method Description MzTab
MzTab. addCommentItem(Comment commentItem)
Add a single commentItem to the comment collection.SmallMoleculeEvidence
SmallMoleculeEvidence. addCommentItem(Comment commentItem)
Add a single commentItem to the comment collection.SmallMoleculeFeature
SmallMoleculeFeature. addCommentItem(Comment commentItem)
Add a single commentItem to the comment collection.SmallMoleculeSummary
SmallMoleculeSummary. addCommentItem(Comment commentItem)
Add a single commentItem to the comment collection.Method parameters in de.isas.mztab2.model with type arguments of type Comment Modifier and Type Method Description MzTab
MzTab. comment(List<Comment> comment)
Builder method for comment.SmallMoleculeEvidence
SmallMoleculeEvidence. comment(List<Comment> comment)
Builder method for comment.SmallMoleculeFeature
SmallMoleculeFeature. comment(List<Comment> comment)
Builder method for comment.SmallMoleculeSummary
SmallMoleculeSummary. comment(List<Comment> comment)
Builder method for comment.void
MzTab. setComment(List<Comment> comment)
Set comment.void
SmallMoleculeEvidence. setComment(List<Comment> comment)
Set comment.void
SmallMoleculeFeature. setComment(List<Comment> comment)
Set comment.void
SmallMoleculeSummary. setComment(List<Comment> comment)
Set comment. -
Uses of Comment in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return Comment Modifier and Type Method Description Comment
COMLineParser. getComment()
getComment.
-