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 Force
Force.baseUnit()
Returns the base unit.static final Force
Returns theForce
instance for the given unit symbol.protected Force
ForceValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Force
Returns 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 ForceValue
ForceValueStringConverter.createValue
(BigDecimal number, Force dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type ForceModifierConstructorDescriptionForceValue
(Force dimension, String value) Creates a newForceValue
instance.ForceValue
(Force dimension, BigDecimal value) Creates a newForceValue
instance.ForceValue
(Force dimension, N value) Creates a newForceValue
instance.