Uses of Enum Class
org.tquadrat.foundation.value.Time
Packages that use Time
-
Uses of Time in org.tquadrat.foundation.value
Subclasses with type arguments of type Time in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of time periods …final classA value class for times, what means periods of time in this case, opposite to the time displayed on the wall-clock.classThe implementation ofStringConverterforTimeValueinstances.Methods in org.tquadrat.foundation.value that return TimeModifier and TypeMethodDescriptionfinal TimeTime.baseUnit()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) 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) 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.<N extends Number>Creates a newTimeValueinstance.
