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

group.rxcloud.vrml.metric.MetricItem Maven / Gradle / Ivy

package group.rxcloud.vrml.metric;

/**
 * Abstract metric key type. This should be implement by {@link Enum}
 */
public interface MetricItem {

    /**
     * For {@link Enum} type
     *
     * @return {@link Enum#name()}
     */
    String name();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy