Uses of Enum Class
org.tquadrat.foundation.value.Time
Packages that use Time
-
Uses of Time in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return TimeModifier and TypeMethodDescriptionfinal TimeTime.baseUnit()Returns the base unit.static final TimeReturns theTimeinstance for the given unit.static final TimeTime.forUnit(ChronoUnit unit) Returns theTimeinstance for the given instance ofChronoUnit.static final TimeTime.forUnit(TemporalUnit unit) Returns theTimeinstance for the given instance ofTemporalUnit.static final TimeReturns theTimeinstance for the given instance ofTimeUnit.protected TimeTimeValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static TimeReturns the enum constant of this class with the specified name.static Time[]Time.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 TimeModifier and TypeMethodDescriptionprotected final TimeValueTimeValueStringConverter.createValue(BigDecimal number, Time dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type TimeModifierConstructorDescriptionCreates a newTimeValueinstance.TimeValue(Time dimension, BigDecimal value) Creates a newTimeValueinstance.Creates a newTimeValueinstance.Creates a newTimeValueinstance.Creates a newTimeValueinstance.
