| Package | Description |
|---|---|
| com.ibm.icu.util |
International calendars and other utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
MeasureUnit.SIPrefix |
MeasureUnit.getSIPrefix()
Returns the current SI prefix of this SINGLE unit.
|
static MeasureUnit.SIPrefix |
MeasureUnit.SIPrefix.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
MeasureUnit |
MeasureUnit.withSIPrefix(MeasureUnit.SIPrefix prefix)
Creates a MeasureUnit which is this SINGLE unit augmented with the specified SI prefix.
|
Copyright © 2016 Unicode, Inc. and others.