Verwendungen von Datensatzklasse
org.lifstools.jmzqc.MzQC

  • Verwendungen von MzQC in org.lifstools.jmzqc

    Methoden in org.lifstools.jmzqc, die MzQC zurückgeben
    Modifizierer und Typ
    Methode
    Beschreibung
    Coordinate.mzQC()
    Gibt den Wert für die Datensatzkomponente mzQC zurück.
    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.
    Methoden in org.lifstools.jmzqc mit Parametern vom Typ MzQC
    Modifizierer und Typ
    Methode
    Beschreibung
    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.
    Konstruktoren in org.lifstools.jmzqc mit Parametern vom Typ MzQC
    Modifizierer
    Konstruktor
    Beschreibung
     
    Erstellt eine Instanz einer Datensatzklasse Coordinate.