Uses of Class
io.inugami.api.metrics.MetricsDataType
-
Packages that use MetricsDataType Package Description io.inugami.api.metrics -
-
Uses of MetricsDataType in io.inugami.api.metrics
Methods in io.inugami.api.metrics that return MetricsDataType Modifier and Type Method Description static MetricsDataTypeMetricsDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsDataType[]MetricsDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-