Uses of Class
net.finmath.smartcontract.product.xml.UnitQuantity
Packages that use UnitQuantity
-
Uses of UnitQuantity in net.finmath.smartcontract.product.xml
Subclasses of UnitQuantity in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining a quantity and unit with a reference.Fields in net.finmath.smartcontract.product.xml declared as UnitQuantityModifier and TypeFieldDescriptionprotected UnitQuantityEnvironmentalPhysicalLeg.numberOfAllowancesprotected UnitQuantityBullionPhysicalLeg.totalPhysicalQuantityprotected UnitQuantityCommodityPhysicalQuantity.totalPhysicalQuantityprotected UnitQuantityElectricityPhysicalQuantity.totalPhysicalQuantityprotected UnitQuantityGasPhysicalQuantity.totalPhysicalQuantityprotected UnitQuantityMetalPhysicalLeg.totalPhysicalQuantityMethods in net.finmath.smartcontract.product.xml that return UnitQuantityModifier and TypeMethodDescriptionObjectFactory.createUnitQuantity()Create an instance ofUnitQuantityEnvironmentalPhysicalLeg.getNumberOfAllowances()Gets the value of the numberOfAllowances property.BullionPhysicalLeg.getTotalPhysicalQuantity()Gets the value of the totalPhysicalQuantity property.CommodityPhysicalQuantity.getTotalPhysicalQuantity()Gets the value of the totalPhysicalQuantity property.ElectricityPhysicalQuantity.getTotalPhysicalQuantity()Gets the value of the totalPhysicalQuantity property.GasPhysicalQuantity.getTotalPhysicalQuantity()Gets the value of the totalPhysicalQuantity property.MetalPhysicalLeg.getTotalPhysicalQuantity()Gets the value of the totalPhysicalQuantity property.Methods in net.finmath.smartcontract.product.xml with parameters of type UnitQuantityModifier and TypeMethodDescriptionvoidEnvironmentalPhysicalLeg.setNumberOfAllowances(UnitQuantity value) Sets the value of the numberOfAllowances property.voidBullionPhysicalLeg.setTotalPhysicalQuantity(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.voidCommodityPhysicalQuantity.setTotalPhysicalQuantity(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.voidElectricityPhysicalQuantity.setTotalPhysicalQuantity(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.voidGasPhysicalQuantity.setTotalPhysicalQuantity(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.voidMetalPhysicalLeg.setTotalPhysicalQuantity(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.