Uses of Enum Class
org.salespointframework.quantity.Metric
Packages that use Metric
Package
Description
Domain types to work with quantities.
-
Uses of Metric in org.salespointframework.catalog
Constructors in org.salespointframework.catalog with parameters of type Metric -
Uses of Metric in org.salespointframework.quantity
Methods in org.salespointframework.quantity that return MetricModifier and TypeMethodDescriptionstatic MetricReturns theMetricfor the given abbreviation.@NonNull MetricQuantity.getMetric()The metric of the Quantity.static MetricReturns the enum constant of this class with the specified name.static Metric[]Metric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.salespointframework.quantity with parameters of type MetricModifier and TypeMethodDescriptionbooleanMetric.isCompatibleWith(Metric metric) Returns whether the givenMetricisbooleanQuantity.isCompatibleWith(Metric metric) static Quantitystatic QuantityConstructors in org.salespointframework.quantity with parameters of type MetricModifierConstructorDescriptionMetricMismatchException(String text, Metric m1, Metric m2) MetricMismatchException(Metric m1, Metric m2)