Interface IMetricType
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MetricType,StateSet
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
-
Method Details
-
get
MetricType get()Gets the metric type.- Returns:
- The metric type.
-