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

jdplus.toolkit.desktop.plugin.tsproviders.Bundle Maven / Gradle / Ivy

package jdplus.toolkit.desktop.plugin.tsproviders;
/** Localizable strings for {@link jdplus.toolkit.desktop.plugin.tsproviders}. */
class Bundle {
    /**
     * @return .
     * @see TsProviderProperties
     */
    static String bean_aggregationType_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.aggregationType.description");
    }
    /**
     * @return Aggregation type
     * @see TsProviderProperties
     */
    static String bean_aggregationType_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.aggregationType.display");
    }
    /**
     * @return Allow partial aggregation (only with average and sum aggregation).
     * @see TsProviderProperties
     */
    static String bean_allowPartial_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.allowPartial.description");
    }
    /**
     * @return Partial aggregation
     * @see TsProviderProperties
     */
    static String bean_allowPartial_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.allowPartial.display");
    }
    /**
     * @return The data retrieval depth. It is always more performant to get one big chunk of data instead of several smaller parts. The downside of it is the increase of memory usage. Setting this value to zero disables the cache.
     * @see TsProviderProperties
     */
    static String bean_cacheDepth_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cacheDepth.description");
    }
    /**
     * @return Depth
     * @see TsProviderProperties
     */
    static String bean_cacheDepth_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cacheDepth.display");
    }
    /**
     * @return The lifetime of the data stored in the cache. Setting this value to zero disables the cache.
     * @see TsProviderProperties
     */
    static String bean_cacheTtl_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cacheTtl.description");
    }
    /**
     * @return Time to live
     * @see TsProviderProperties
     */
    static String bean_cacheTtl_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cacheTtl.display");
    }
    /**
     * @return Erases the Missing values of the series.
     * @see TsProviderProperties
     */
    static String bean_cleanMissing_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cleanMissing.description");
    }
    /**
     * @return Clean missing
     * @see TsProviderProperties
     */
    static String bean_cleanMissing_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cleanMissing.display");
    }
    /**
     * @return A comma-separated list of column names that defines the dimensions of the table.
     * @see TsProviderProperties
     */
    static String bean_dimensions_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.dimensions.description");
    }
    /**
     * @return Dimension columns
     * @see TsProviderProperties
     */
    static String bean_dimensions_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.dimensions.display");
    }
    /**
     * @return The path to the file.
     * @see TsProviderProperties
     */
    static String bean_file_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.file.description");
    }
    /**
     * @return File
     * @see TsProviderProperties
     */
    static String bean_file_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.file.display");
    }
    /**
     * @return .
     * @see TsProviderProperties
     */
    static String bean_frequency_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.frequency.description");
    }
    /**
     * @return Frequency
     * @see TsProviderProperties
     */
    static String bean_frequency_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.frequency.display");
    }
    /**
     * @return An optional column name that defines the series label.
     * @see TsProviderProperties
     */
    static String bean_label_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.label.description");
    }
    /**
     * @return Label column
     * @see TsProviderProperties
     */
    static String bean_label_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.label.display");
    }
    /**
     * @return A column name that defines the measure of an observation.
     * @see TsProviderProperties
     */
    static String bean_measure_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.measure.description");
    }
    /**
     * @return Measure column
     * @see TsProviderProperties
     */
    static String bean_measure_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.measure.display");
    }
    /**
     * @return The format used to parse dates and numbers from character strings.
     * @see TsProviderProperties
     */
    static String bean_obsFormat_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.obsFormat.description");
    }
    /**
     * @return Observation format
     * @see TsProviderProperties
     */
    static String bean_obsFormat_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.obsFormat.display");
    }
    /**
     * @return A column name that defines the time of an observation.
     * @see TsProviderProperties
     */
    static String bean_timeDimension_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.timeDimension.description");
    }
    /**
     * @return Time dimension column
     * @see TsProviderProperties
     */
    static String bean_timeDimension_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.timeDimension.display");
    }
    /**
     * @return An optional column name that defines the version of an observation.
     * @see TsProviderProperties
     */
    static String bean_version_description() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.version.description");
    }
    /**
     * @return Version column
     * @see TsProviderProperties
     */
    static String bean_version_display() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.version.display");
    }
    private Bundle() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy