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 TypeClassDescriptionclass
A type defining a quantity and unit with a reference.Fields in net.finmath.smartcontract.product.xml declared as UnitQuantityModifier and TypeFieldDescriptionprotected UnitQuantity
EnvironmentalPhysicalLeg.numberOfAllowances
protected UnitQuantity
BullionPhysicalLeg.totalPhysicalQuantity
protected UnitQuantity
CommodityPhysicalQuantity.totalPhysicalQuantity
protected UnitQuantity
ElectricityPhysicalQuantity.totalPhysicalQuantity
protected UnitQuantity
GasPhysicalQuantity.totalPhysicalQuantity
protected UnitQuantity
MetalPhysicalLeg.totalPhysicalQuantity
Methods in net.finmath.smartcontract.product.xml that return UnitQuantityModifier and TypeMethodDescriptionObjectFactory.createUnitQuantity()
Create an instance ofUnitQuantity
EnvironmentalPhysicalLeg.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 TypeMethodDescriptionvoid
EnvironmentalPhysicalLeg.setNumberOfAllowances
(UnitQuantity value) Sets the value of the numberOfAllowances property.void
BullionPhysicalLeg.setTotalPhysicalQuantity
(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.void
CommodityPhysicalQuantity.setTotalPhysicalQuantity
(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.void
ElectricityPhysicalQuantity.setTotalPhysicalQuantity
(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.void
GasPhysicalQuantity.setTotalPhysicalQuantity
(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.void
MetalPhysicalLeg.setTotalPhysicalQuantity
(UnitQuantity value) Sets the value of the totalPhysicalQuantity property.