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 CoalQualityAdjustmentsCoalProduct.btuQualityAdjustmentprotected CoalQualityAdjustmentsCoalProduct.so2QualityAdjustmentMethods in net.finmath.smartcontract.product.xml that return CoalQualityAdjustmentsModifier and TypeMethodDescriptionObjectFactory.createCoalQualityAdjustments()Create an instance ofCoalQualityAdjustmentsCoalProduct.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 TypeMethodDescriptionvoidCoalProduct.setBtuQualityAdjustment(CoalQualityAdjustments value) Sets the value of the btuQualityAdjustment property.voidCoalProduct.setSo2QualityAdjustment(CoalQualityAdjustments value) Sets the value of the so2QualityAdjustment property.