Uses of Enum Class
org.tquadrat.foundation.value.Force
Packages that use Force
-
Uses of Force in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return ForceModifier and TypeMethodDescriptionfinal ForceForce.baseUnit()Returns the base unit.static final ForceReturns theForceinstance for the given unit symbol.protected ForceForceValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static ForceReturns the enum constant of this class with the specified name.static Force[]Force.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.value with parameters of type ForceModifier and TypeMethodDescriptionprotected final ForceValueForceValueStringConverter.createValue(BigDecimal number, Force dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type ForceModifierConstructorDescriptionForceValue(Force dimension, String value) Creates a newForceValueinstance.ForceValue(Force dimension, BigDecimal value) Creates a newForceValueinstance.ForceValue(Force dimension, N value) Creates a newForceValueinstance.
