Uses of Class
com.ibm.icu.util.MeasureUnit.SIPrefix
-
Packages that use MeasureUnit.SIPrefix Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of MeasureUnit.SIPrefix in com.ibm.icu.util
Methods in com.ibm.icu.util that return MeasureUnit.SIPrefix Modifier and Type Method Description MeasureUnit.SIPrefix
MeasureUnit. getSIPrefix()
Returns the current SI prefix of this SINGLE unit.static MeasureUnit.SIPrefix
MeasureUnit.SIPrefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MeasureUnit.SIPrefix[]
MeasureUnit.SIPrefix. 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.SIPrefix Modifier and Type Method Description MeasureUnit
MeasureUnit. withSIPrefix(MeasureUnit.SIPrefix prefix)
Creates a MeasureUnit which is this SINGLE unit augmented with the specified SI prefix.
-