Class ScaleAndPrecision
-
- All Implemented Interfaces:
public abstract class ScaleAndPrecision
Collects both Scale and Precision into one abstract baseclass. Implements an `equals` operator
-
-
Constructor Summary
Constructors Constructor Description ScaleAndPrecision()
-
Method Summary
Modifier and Type Method Description abstract Scale
getScale()
abstract MeasurementPrecision
getPrecision()
boolean
equals(@Nullable() Object other)
-
-
Method Detail
-
getPrecision
abstract MeasurementPrecision getPrecision()
-
-
-
-