Uses of Class
org.openjdk.jmc.common.unit.KindOfQuantity
Packages that use KindOfQuantity
Package
Description
This package contains the
IItem
data model.This package contains the data model for quantities and units.
-
Uses of KindOfQuantity in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type KindOfQuantityModifier and TypeMethodDescriptionstatic IAggregator<IQuantity,
?> Aggregators.avg
(String name, String description, KindOfQuantity<?> ct, IAccessorFactory<IQuantity> af) -
Uses of KindOfQuantity in org.openjdk.jmc.common.unit
Subclasses of KindOfQuantity in org.openjdk.jmc.common.unitModifier and TypeClassDescriptionclass
The kind of a linear (scalar) physical quantity.Fields in org.openjdk.jmc.common.unit declared as KindOfQuantityMethods in org.openjdk.jmc.common.unit that return KindOfQuantityModifier and TypeMethodDescriptionIUnit.getContentType()
Get the kind of quantity of this unit.TimestampUnit.getContentType()
abstract KindOfQuantity<U>
TypedUnit.getContentType()
abstract KindOfQuantity<LinearUnit>
KindOfQuantity.getDeltaKind()
LinearKindOfQuantity.getDeltaKind()
IQuantity.getType()
Get the kind of this quantity.ITypedQuantity.getType()
Methods in org.openjdk.jmc.common.unit that return types with arguments of type KindOfQuantityConstructors in org.openjdk.jmc.common.unit with parameters of type KindOfQuantityModifierConstructorDescriptionprotected
ExactFormatter
(KindOfQuantity<U> kindOfQuantity) protected
ExactFormatter
(KindOfQuantity<U> kindOfQuantity, String name) protected
VerboseFormatter
(KindOfQuantity<U> kindOfQuantity) protected
VerboseFormatter
(KindOfQuantity<U> kindOfQuantity, String name)