All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.datawire.quark.runtime.QObject Maven / Gradle / Ivy

There is a newer version: 2.0.37
Show newest version
package io.datawire.quark.runtime;

public interface QObject {
    String _getClass();
    Object _getField(String name);
    void _setField(String name, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy