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 TypeClassDescriptionclassThe 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 KindOfQuantityModifierConstructorDescriptionprotectedExactFormatter(KindOfQuantity<U> kindOfQuantity) protectedExactFormatter(KindOfQuantity<U> kindOfQuantity, String name) protectedVerboseFormatter(KindOfQuantity<U> kindOfQuantity) protectedVerboseFormatter(KindOfQuantity<U> kindOfQuantity, String name)