Uses of Enum
de.xima.fc.common.bean_models.ETimeUnit
Packages that use ETimeUnit
- 
Uses of ETimeUnit in de.xima.fc.common.bean_models
Methods in de.xima.fc.common.bean_models that return ETimeUnitModifier and TypeMethodDescriptionTimeDuration.getUnit()Gets the unit of time for the duration.static ETimeUnitReturns the enum constant of this type with the specified name.static ETimeUnit[]ETimeUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.common.bean_models with parameters of type ETimeUnitModifier and TypeMethodDescriptionETimeUnit.convertToBigDecimal(long duration, ETimeUnit targetUnit, MathContext mathContext) Converts the given duration to the given unit.ETimeUnit.convertToBigInt(long duration, ETimeUnit targetUnit) Converts the given duration to the given unit.doubleETimeUnit.convertToDouble(long duration, ETimeUnit targetUnit) Converts the given duration to the given unit.longETimeUnit.convertToLong(long duration, ETimeUnit targetUnit) Converts the given duration to the given unit.static TimeDurationCreates a new instance ofTimeDurationwith the given duration and unit of time.static TimeDurationCreates a new instance ofTimeDurationwith no duration and the given unit of time.voidSets the unit of time for the duration.longConverts the duration to the given unit of time.