Package | Description |
---|---|
tec.uom.se.quantity |
Modifier and Type | Class and Description |
---|---|
private static class |
ProxyQuantityFactory.Default<Q extends javax.measure.Quantity<Q>>
The default factory implementation.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class,ProxyQuantityFactory> |
ProxyQuantityFactory.INSTANCES
Holds the current instances.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends javax.measure.Quantity<Q>> |
ProxyQuantityFactory.getInstance(java.lang.Class<Q> type)
Returns the default instance for the specified quantity type.
|
Modifier and Type | Method and Description |
---|---|
protected static <Q extends javax.measure.Quantity<Q>> |
ProxyQuantityFactory.setInstance(java.lang.Class<Q> type,
ProxyQuantityFactory<Q> factory)
Overrides the default implementation of the factory for the specified quantity type.
|