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