Uses of Enum Class
org.djunits.unit.si.SIPrefixes
Packages that use SIPrefixes
Package
Description
Base information about the quantities such as the SI dimensions.
Units for version 4 of DJUNITS.
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
-
Uses of SIPrefixes in org.djunits.quantity
Methods in org.djunits.quantity with parameters of type SIPrefixesModifier and TypeMethodDescriptionvoidQuantity.registerUnit(U unit, SIPrefixes siPrefixes, double siPrefixPower) Register the unit in the map. -
Uses of SIPrefixes in org.djunits.unit
Methods in org.djunits.unit that return SIPrefixesModifier and TypeMethodDescriptionUnit.Builder.getSiPrefixes()Return whether SI prefixes, ranging from quetta (Q) to quecto (q), will be generated.Methods in org.djunits.unit with parameters of type SIPrefixesModifier and TypeMethodDescriptionAbsoluteLinearUnit.Builder.setSiPrefixes(SIPrefixes siPrefixes, double power) Unit.Builder.setSiPrefixes(SIPrefixes newSiPrefixes, double power) Set whether SI prefixes, ranging from quetta (Q) to quecto (q), are allowed. -
Uses of SIPrefixes in org.djunits.unit.si
Methods in org.djunits.unit.si that return SIPrefixesModifier and TypeMethodDescriptionstatic SIPrefixesReturns the enum constant of this class with the specified name.static SIPrefixes[]SIPrefixes.values()Returns an array containing the constants of this enum class, in the order they are declared.