Uses of Enum
com.ibm.icu.util.MeasureUnit.MeasurePrefix
Packages that use MeasureUnit.MeasurePrefix
-
Uses of MeasureUnit.MeasurePrefix in com.ibm.icu.util
Methods in com.ibm.icu.util that return MeasureUnit.MeasurePrefixModifier and TypeMethodDescriptionMeasureUnit.getPrefix()
Returns the current SI or binary prefix of this SINGLE unit.static MeasureUnit.MeasurePrefix
Returns the enum constant of this type with the specified name.static MeasureUnit.MeasurePrefix[]
MeasureUnit.MeasurePrefix.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type MeasureUnit.MeasurePrefixModifier and TypeMethodDescriptionMeasureUnit.withPrefix
(MeasureUnit.MeasurePrefix prefix) Creates a MeasureUnit which is this SINGLE unit augmented with the specified prefix.