Package | Description |
---|---|
javax.measure.spi |
[OPTIONAL] The Units of Measurement SPI.
|
Modifier and Type | Method | Description |
---|---|---|
static FormatService.FormatType |
FormatService.FormatType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FormatService.FormatType[] |
FormatService.FormatType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Set<String> |
FormatService.getAvailableFormatNames(FormatService.FormatType type) |
Gets a list with available format names of a given type for this format service.
|
Copyright © 2014–2019 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.