Uses of Enum Class
dev.archunitjava.metrics.MetricUnit
Packages that use MetricUnit
-
Uses of MetricUnit in dev.archunitjava.metrics
Subclasses with type arguments of type MetricUnit in dev.archunitjava.metricsModifier and TypeClassDescriptionenumUnits carried by metric values and limits so unlike quantities cannot be compared.Methods in dev.archunitjava.metrics that return MetricUnitModifier and TypeMethodDescriptionMetricAmount.unit()Returns the value of theunitrecord component.MetricName.unit()static MetricUnitReturns the enum constant of this class with the specified name.static MetricUnit[]MetricUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.metrics with parameters of type MetricUnitModifier and TypeMethodDescriptionstatic MetricAmountMetricAmount.of(double value, MetricUnit unit) static MetricAmountMetricAmount.of(long value, MetricUnit unit) Constructors in dev.archunitjava.metrics with parameters of type MetricUnitModifierConstructorDescriptionMetricAmount(BigDecimal value, MetricUnit unit) Creates an instance of aMetricAmountrecord class.