Uses of Class
net.finmath.smartcontract.product.xml.CoalQualityAdjustments
Packages that use CoalQualityAdjustments
-
Uses of CoalQualityAdjustments in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CoalQualityAdjustmentsModifier and TypeFieldDescriptionprotected CoalQualityAdjustments
CoalProduct.btuQualityAdjustment
protected CoalQualityAdjustments
CoalProduct.so2QualityAdjustment
Methods in net.finmath.smartcontract.product.xml that return CoalQualityAdjustmentsModifier and TypeMethodDescriptionObjectFactory.createCoalQualityAdjustments()
Create an instance ofCoalQualityAdjustments
CoalProduct.getBtuQualityAdjustment()
Gets the value of the btuQualityAdjustment property.CoalProduct.getSo2QualityAdjustment()
Gets the value of the so2QualityAdjustment property.Methods in net.finmath.smartcontract.product.xml with parameters of type CoalQualityAdjustmentsModifier and TypeMethodDescriptionvoid
CoalProduct.setBtuQualityAdjustment
(CoalQualityAdjustments value) Sets the value of the btuQualityAdjustment property.void
CoalProduct.setSo2QualityAdjustment
(CoalQualityAdjustments value) Sets the value of the so2QualityAdjustment property.