Uses of Interface
cdm.base.math.UnitType.UnitTypeBuilder
Packages that use UnitType.UnitTypeBuilder
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of UnitType.UnitTypeBuilder in cdm.base.math
Classes in cdm.base.math that implement UnitType.UnitTypeBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of UnitTypeFields in cdm.base.math declared as UnitType.UnitTypeBuilderModifier and TypeFieldDescriptionprotected UnitType.UnitTypeBuilderMeasureBase.MeasureBaseBuilderImpl.unitMethods in cdm.base.math that return UnitType.UnitTypeBuilderModifier and TypeMethodDescriptionstatic UnitType.UnitTypeBuilderUnitType.builder()MeasureBase.MeasureBaseBuilder.getOrCreateUnit()MeasureBase.MeasureBaseBuilderImpl.getOrCreateUnit()MeasureBase.MeasureBaseBuilder.getUnit()MeasureBase.MeasureBaseBuilderImpl.getUnit()UnitType.UnitTypeBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) UnitType.UnitTypeBuilder.prune()UnitType.UnitTypeBuilderImpl.prune()UnitType.UnitTypeBuilder.setCapacityUnit(CapacityUnitEnum capacityUnit) UnitType.UnitTypeBuilderImpl.setCapacityUnit(CapacityUnitEnum _capacityUnit) UnitType.UnitTypeBuilder.setCurrency(FieldWithMetaString currency) UnitType.UnitTypeBuilderImpl.setCurrency(FieldWithMetaString _currency) UnitType.UnitTypeBuilder.setCurrencyValue(String currency) UnitType.UnitTypeBuilderImpl.setCurrencyValue(String _currency) UnitType.UnitTypeBuilder.setFinancialUnit(FinancialUnitEnum financialUnit) UnitType.UnitTypeBuilderImpl.setFinancialUnit(FinancialUnitEnum _financialUnit) UnitType.UnitTypeBuilder.setWeatherUnit(WeatherUnitEnum weatherUnit) UnitType.UnitTypeBuilderImpl.setWeatherUnit(WeatherUnitEnum _weatherUnit) UnitType.toBuilder()UnitType.UnitTypeBuilderImpl.toBuilder()UnitType.UnitTypeImpl.toBuilder()Methods in cdm.base.math with parameters of type UnitType.UnitTypeBuilderModifier and TypeMethodDescriptionprotected voidUnitType.UnitTypeImpl.setBuilderFields(UnitType.UnitTypeBuilder builder) Constructors in cdm.base.math with parameters of type UnitType.UnitTypeBuilder -
Uses of UnitType.UnitTypeBuilder in cdm.observable.asset
Fields in cdm.observable.asset declared as UnitType.UnitTypeBuilderModifier and TypeFieldDescriptionprotected UnitType.UnitTypeBuilderPriceSchedule.PriceScheduleBuilderImpl.perUnitOfMethods in cdm.observable.asset that return UnitType.UnitTypeBuilderModifier and TypeMethodDescriptionPriceSchedule.PriceScheduleBuilder.getOrCreatePerUnitOf()PriceSchedule.PriceScheduleBuilderImpl.getOrCreatePerUnitOf()PriceSchedule.PriceScheduleBuilder.getPerUnitOf()PriceSchedule.PriceScheduleBuilderImpl.getPerUnitOf() -
Uses of UnitType.UnitTypeBuilder in cdm.observable.asset.processor
Methods in cdm.observable.asset.processor that return UnitType.UnitTypeBuilderModifier and TypeMethodDescriptionprotected UnitType.UnitTypeBuilderPriceUnitTypeHelper.toCapacityUnitEnumType(com.regnosys.rosetta.common.translation.Mapping capacityUnitMapping) protected UnitType.UnitTypeBuilderPriceUnitTypeHelper.toCurrencyUnitType(com.regnosys.rosetta.common.translation.Mapping currencyMapping) Methods in cdm.observable.asset.processor with parameters of type UnitType.UnitTypeBuilderModifier and TypeMethodDescriptionprotected voidPriceUnitTypeHelper.updateBuilder(PriceSchedule.PriceScheduleBuilder builder, UnitType.UnitTypeBuilder unit, UnitType.UnitTypeBuilder perUnitOf)