Class LengthUnit
java.lang.Object
neqsim.util.unit.BaseUnit
neqsim.util.unit.LengthUnit
- All Implemented Interfaces:
Serializable, ThermodynamicConstantsInterface, Unit
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID.Fields inherited from interface ThermodynamicConstantsInterface
atm, avagadroNumber, boltzmannConstant, electronCharge, faradayConstant, gravity, molarMassAir, normalStateTemperature, pi, planckConstant, R, referencePressure, referenceTemperature, standardStateTemperature, vacumPermittivity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseUnit
getSIvalue, getValue, getValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
-
Constructor Details
-
LengthUnit
Constructor for LengthUnit.
- Parameters:
value- Numeric valuename- Name of unit
-