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. - 
- 
Uses of Comment in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Comment Modifier and Type Method Description CommentComment. lineNumber(Integer lineNumber)Builder method for lineNumber.CommentComment. msg(String msg)Builder method for msg.CommentComment. 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 MzTabMzTab. addCommentItem(Comment commentItem)Add a single commentItem to the comment collection.SmallMoleculeEvidenceSmallMoleculeEvidence. addCommentItem(Comment commentItem)Add a single commentItem to the comment collection.SmallMoleculeFeatureSmallMoleculeFeature. addCommentItem(Comment commentItem)Add a single commentItem to the comment collection.SmallMoleculeSummarySmallMoleculeSummary. 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 MzTabMzTab. comment(List<Comment> comment)Builder method for comment.SmallMoleculeEvidenceSmallMoleculeEvidence. comment(List<Comment> comment)Builder method for comment.SmallMoleculeFeatureSmallMoleculeFeature. comment(List<Comment> comment)Builder method for comment.SmallMoleculeSummarySmallMoleculeSummary. comment(List<Comment> comment)Builder method for comment.voidMzTab. setComment(List<Comment> comment)Set comment.voidSmallMoleculeEvidence. setComment(List<Comment> comment)Set comment.voidSmallMoleculeFeature. setComment(List<Comment> comment)Set comment.voidSmallMoleculeSummary. setComment(List<Comment> comment)Set comment. 
 -