Uses of Class
javax.measure.spi.FormatService.FormatType
-
Packages that use FormatService.FormatType Package Description javax.measure.spi [OPTIONAL] The Units of Measurement SPI. -
-
Uses of FormatService.FormatType in javax.measure.spi
Methods in javax.measure.spi that return FormatService.FormatType Modifier and Type Method Description static FormatService.FormatTypeFormatService.FormatType. valueOf(java.lang.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.Methods in javax.measure.spi with parameters of type FormatService.FormatType Modifier and Type Method Description java.util.Set<java.lang.String>FormatService. getAvailableFormatNames(FormatService.FormatType type)Gets a list with available format names of a given type for this format service.
-