Serializable
public final class QuantityDimension extends UnitDimension
This class represents a quantity dimension (dimension of a physical quantity).
The dimension associated to any given quantity are given by the published Dimension
instances. For convenience, a static method
QuantityDimension.of(Class)
aggregating the results of all
Dimension
instances is provided.
QuantityDimension speedDimension
= QuantityDimension.of(Speed.class);
AMOUNT_OF_SUBSTANCE, ELECTRIC_CURRENT, LENGTH, LUMINOUS_INTENSITY, MASS, NONE, TEMPERATURE, TIME
Constructor | Description |
---|---|
QuantityDimension() |
Deprecated.
|
public QuantityDimension()
Copyright © 2005–2020 Units of Measurement project. All rights reserved.