Uses of Enum
com.ibm.icu.util.MeasureUnit.MeasurePrefix
Packages that use MeasureUnit.MeasurePrefix
-
Uses of MeasureUnit.MeasurePrefix in com.ibm.icu.util
Subclasses with type arguments of type MeasureUnit.MeasurePrefix in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumEnumeration for SI and binary prefixes, e.g.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.MeasurePrefixReturns 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.