Uses of Enum Class
dev.archunitjava.metrics.MetricComparison
Packages that use MetricComparison
-
Uses of MetricComparison in dev.archunitjava.metrics
Subclasses with type arguments of type MetricComparison in dev.archunitjava.metricsModifier and TypeClassDescriptionenumDirection of an inclusive metric threshold.Methods in dev.archunitjava.metrics that return MetricComparisonModifier and TypeMethodDescriptionMetricThreshold.comparison()Returns the value of thecomparisonrecord component.static MetricComparisonReturns the enum constant of this class with the specified name.static MetricComparison[]MetricComparison.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.metrics with parameters of type MetricComparisonModifierConstructorDescriptionMetricThreshold(MetricName metric, MetricComparison comparison, MetricAmount limit) Creates an instance of aMetricThresholdrecord class.