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

org.opencds.cqf.cql.engine.debug.DebugResultEntry Maven / Gradle / Ivy

package org.opencds.cqf.cql.engine.debug;

public class DebugResultEntry {
    private Object value;

    public DebugResultEntry(Object value) {
        this.value = value;
    }

    public Object getValue() {
        return this.value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy