All Superinterfaces:
Serializable
All Known Implementing Classes:
MetricType, StateSet

public interface IMetricType extends Serializable
Represents an interface for metric types.

This interface is designed to be implemented by various metric type classes, providing a common way to retrieve the metric type.

  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Gets the metric type.
  • Method Details

    • get

      MetricType get()
      Gets the metric type.
      Returns:
      The metric type.