|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.units.UnitSystemManager
public final class UnitSystemManager
Provides support for managing a UnitSystem.
Constructor Summary | |
---|---|
UnitSystemManager()
|
Method Summary | |
---|---|
static UnitSystem |
instance()
Returns an instance of the system of units. |
static void |
setInstance(UnitSystem instance)
Sets the system of units. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitSystemManager()
Method Detail |
---|
public static final UnitSystem instance() throws UnitSystemException
UnitSystemException
public static final void setInstance(UnitSystem instance) throws UnitSystemException
instance()
.
instance
- The system of units.
UnitSystemException
- instance()
was called earlier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |