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

step.plugins.timeseries.dashboards.model.TableChartColumn Maven / Gradle / Ivy

The newest version!
package step.plugins.timeseries.dashboards.model;

public enum TableChartColumn {
    
    COUNT,
    SUM,
    AVG,
    MIN,
    MAX,
    PCL_1,
    PCL_2,
    PCL_3,
    TPS,
    TPH
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy