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 Time
Time.baseUnit()
Returns the base unit.static final Time
Returns theTime
instance for the given unit.static final Time
Time.forUnit
(ChronoUnit unit) Returns theTime
instance for the given instance ofChronoUnit
.static final Time
Time.forUnit
(TemporalUnit unit) Returns theTime
instance for the given instance ofTemporalUnit
.static final Time
Returns theTime
instance for the given instance ofTimeUnit
.protected Time
TimeValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Time
Returns 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 TimeValue
TimeValueStringConverter.createValue
(BigDecimal number, Time dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type TimeModifierConstructorDescriptionCreates a newTimeValue
instance.TimeValue
(Time dimension, BigDecimal value) Creates a newTimeValue
instance.Creates a newTimeValue
instance.Creates a newTimeValue
instance.Creates a newTimeValue
instance.