Uses of Class
de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MeterType
-
Packages that use MeterType Package Description de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas Basic functionality to create/query a metrics.based AAS. -
-
Uses of MeterType in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas
Methods in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas that return MeterType Modifier and Type Method Description static MeterTypeMeterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MeterType[]MeterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-