Uses of Record Class
org.lifstools.jmzqc.MzQC

  • Uses of MzQC in org.lifstools.jmzqc

    Methods in org.lifstools.jmzqc that return MzQC
    Modifier and Type
    Method
    Description
    Coordinate.mzQC()
    Returns the value of the mzQC record component.
    static MzQC
    Converter.of(File file)
    Return a Coordinate holding an MzQC object from a file.
    static MzQC
    Converter.of(String json)
    Return a Coordinate holding an MzQC object from a string holding the JSON representation of an mzQC data.
    static MzQC
    Converter.of(URL url)
    Return a Coordinate holding an MzQC object from a URL.
    Methods in org.lifstools.jmzqc with parameters of type MzQC
    Modifier and Type
    Method
    Description
    static File
    Converter.toJsonFile(MzQC obj, File file)
    Serialize the MzQC object to a file containing the data as a JSON string.
    static String
    Converter.toJsonString(MzQC obj)
    Serialize the MzQC object to a JSON string.
    static Set<com.networknt.schema.ValidationMessage>
    Converter.validate(MzQC mzQc)
    Validate a mzQC Object.
    Constructors in org.lifstools.jmzqc with parameters of type MzQC
    Modifier
    Constructor
    Description
     
    Creates an instance of a Coordinate record class.