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

com.haulmont.yarg.structure.ReportParameterWithDefaultValue Maven / Gradle / Ivy

package com.haulmont.yarg.structure;

/**
 * @author degtyarjov
 * @version $Id$
 */
public interface ReportParameterWithDefaultValue extends ReportParameter {
    /**
     * @return default value of the parameter, if exists
     */
    String getDefaultValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy