Package | Description |
---|---|
tec.uom.se.format |
Modifier and Type | Class and Description |
---|---|
protected static class |
SimpleUnitFormat.ASCIIFormat
This class represents the ASCII format.
|
protected static class |
SimpleUnitFormat.DefaultFormat
This class represents the standard format.
|
Modifier and Type | Method and Description |
---|---|
static SimpleUnitFormat |
SimpleUnitFormat.getInstance()
Returns the unit format for the default locale (format used by
AbstractUnit.parse(CharSequence) and
Unit.toString() ). |
static SimpleUnitFormat |
SimpleUnitFormat.getInstance(SimpleUnitFormat.Flavor flavor)
Returns the
SimpleUnitFormat in the desired SimpleUnitFormat.Flavor |