- getAvailableFormatNames() - Method in interface javax.measure.spi.UnitFormatService
-
Gets a list with available format names for this format service.
- getAvailableSystemsOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
- getConversionSteps() - Method in interface javax.measure.UnitConverter
-
Returns the steps of fundamental converters making up this converter or
this
if the converter is a fundamental converter.
- getConverterTo(Unit<Q>) - Method in interface javax.measure.Unit
-
Returns a converter of numeric values from this unit to another unit of same type.
- getConverterToAny(Unit<?>) - Method in interface javax.measure.Unit
-
Returns a converter from this unit to the specified unit of type unknown.
- getDimension() - Method in interface javax.measure.Unit
-
Returns the dimension of this unit.
- getName() - Method in interface javax.measure.spi.SystemOfUnits
-
- getName() - Method in interface javax.measure.Unit
-
Returns the name (if any) of this unit.
- getParsedString() - Method in exception javax.measure.format.ParserException
-
Returns the string that was being parsed.
- getPosition() - Method in exception javax.measure.format.ParserException
-
Returns the position where the error was found.
- getPriority() - Method in interface javax.measure.spi.ServiceProvider
-
This method allows to define a priority for a registered ServiceProvider instance.
- getProductDimensions() - Method in interface javax.measure.Dimension
-
Returns the fundamental dimensions and their exponent whose product is
this dimension, or null
if this dimension is a fundamental dimension.
- getProductUnits() - Method in interface javax.measure.Unit
-
Returns the base units and their exponent whose product is this unit,
or null
if this unit is a base unit (not a product of existing units).
- getQuantityFactory(Class<Q>) - Method in interface javax.measure.spi.QuantityFactoryService
-
- getService(Class<T>) - Static method in class javax.measure.spi.Bootstrap
-
- getService(Class<T>) - Method in interface javax.measure.spi.ServiceProvider
-
Access a single service, given its type.
- getServices(Class<T>) - Static method in class javax.measure.spi.Bootstrap
-
- getServices(Class<T>) - Method in interface javax.measure.spi.ServiceProvider
-
Access a list of services, given its type.
- getSymbol() - Method in interface javax.measure.Unit
-
Returns the symbol (if any) of this unit.
- getSystemOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
- getSystemOfUnits(String) - Method in interface javax.measure.spi.SystemOfUnitsService
-
Returns the system of units having the specified name or
null
if none.
- getSystemUnit() - Method in interface javax.measure.spi.QuantityFactory
-
Returns the system unit for quantities produced by this factory
or null
if unknown.
- getSystemUnit() - Method in interface javax.measure.Unit
-
Returns the unscaled system unit from which this unit is derived.
- getUnit() - Method in interface javax.measure.Quantity
-
Returns the unit of this Quantity
.
- getUnit(Class<Q>) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns the default unit for the specified quantity.
- getUnitFormat() - Method in interface javax.measure.spi.UnitFormatService
-
Returns the default unit format.
- getUnitFormat(String) - Method in interface javax.measure.spi.UnitFormatService
-
Returns the unit format having the specified name or
null
if none.
- getUnits() - Method in interface javax.measure.spi.SystemOfUnits
-
Returns a read only view over the units explicitly defined by this system.
- getUnits(Dimension) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns the units defined in this system having the specified dimension
(convenience method).
- getValue() - Method in interface javax.measure.Quantity
-
Returns the value of this Quantity
.