Package org.djunits.unit
Class UnitsTest.NoRegisterUnit
java.lang.Object
org.djunits.unit.UnitsTest.NoRegisterUnit
- All Implemented Interfaces:
Unit
- Enclosing class:
- UnitsTest
UnitInterface class that does not register itself.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getScale()ofSi(double si) setSiPrefix(String prefix) setSiPrefix(SIPrefix siPrefix) setSiPrefixKilo(String prefix) setSiPrefixPer(String prefix) siUnit()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.djunits.unit.Unit
fromBaseValue, quantityInUnit, toBaseValue
-
Constructor Details
-
NoRegisterUnit
NoRegisterUnit()
-
-
Method Details
-
getId
-
getScale
-
getUnitSystem
- Specified by:
getUnitSystemin interfaceUnit
-
siUnit
-
getBaseUnit
- Specified by:
getBaseUnitin interfaceUnit
-
getDisplayAbbreviation
- Specified by:
getDisplayAbbreviationin interfaceUnit
-
getTextualAbbreviation
- Specified by:
getTextualAbbreviationin interfaceUnit
-
getName
-
getStoredDisplayAbbreviation
- Specified by:
getStoredDisplayAbbreviationin interfaceUnit
-
getStoredTextualAbbreviation
- Specified by:
getStoredTextualAbbreviationin interfaceUnit
-
getStoredName
- Specified by:
getStoredNamein interfaceUnit
-
setSiPrefix
- Specified by:
setSiPrefixin interfaceUnit
-
setSiPrefix
- Specified by:
setSiPrefixin interfaceUnit
-
setSiPrefixKilo
- Specified by:
setSiPrefixKiloin interfaceUnit
-
setSiPrefixPer
- Specified by:
setSiPrefixPerin interfaceUnit
-
getSiPrefix
- Specified by:
getSiPrefixin interfaceUnit
-
ofSi
-