Uses of Class
de.xima.fc.common.bean_models.ETimeUnit
- 
Packages that use ETimeUnit Package Description de.xima.fc.common.bean_models de.xima.fc.validation.constraints  - 
- 
Uses of ETimeUnit in de.xima.fc.common.bean_models
Methods in de.xima.fc.common.bean_models that return ETimeUnit Modifier and Type Method Description ETimeUnitTimeDuration. getUnit()Gets the unit of time for the duration.static ETimeUnitETimeUnit. valueOf(String name)Returns 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 ETimeUnit Modifier and Type Method Description BigDecimalETimeUnit. convertToBigDecimal(long duration, ETimeUnit targetUnit, MathContext mathContext)Converts the given duration to the given unit.BigIntegerETimeUnit. 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 TimeDurationTimeDuration. of(Long duration, ETimeUnit unit)Creates a new instance ofTimeDurationwith the given duration and unit of time.static TimeDurationTimeDuration. ofEmpty(ETimeUnit unit)Creates a new instance ofTimeDurationwith no duration and the given unit of time.voidTimeDuration. setUnit(ETimeUnit unit)Sets the unit of time for the duration.longTimeDuration. to(ETimeUnit targetUnit)Converts the duration to the given unit of time. - 
Uses of ETimeUnit in de.xima.fc.validation.constraints
Methods in de.xima.fc.validation.constraints that return ETimeUnit Modifier and Type Method Description ETimeUnitunit()ETimeUnitunit() 
 -