Uses of Record Class
org.lifstools.jmzqc.MzQC
-
Uses of MzQC in org.lifstools.jmzqc
Methods in org.lifstools.jmzqc that return MzQCModifier and TypeMethodDescriptionCoordinate.mzQC()Returns the value of themzQCrecord component.static MzQCReturn a Coordinate holding an MzQC object from a file.static MzQCReturn a Coordinate holding an MzQC object from a string holding the JSON representation of an mzQC data.static MzQCReturn a Coordinate holding an MzQC object from a URL.Methods in org.lifstools.jmzqc with parameters of type MzQCModifier and TypeMethodDescriptionstatic FileConverter.toJsonFile(MzQC obj, File file) Serialize the MzQC object to a file containing the data as a JSON string.static StringConverter.toJsonString(MzQC obj) Serialize the MzQC object to a JSON string.static Set<com.networknt.schema.ValidationMessage>Validate a mzQC Object.Constructors in org.lifstools.jmzqc with parameters of type MzQCModifierConstructorDescriptionCoordinate(MzQC mzQC) Creates an instance of aCoordinaterecord class.