Uses of Class
net.finmath.smartcontract.product.xml.DeliveryMethod
Packages that use DeliveryMethod
-
Uses of DeliveryMethod in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DeliveryMethodModifier and TypeFieldDescriptionprotected DeliveryMethod
RepoFarLeg.deliveryMethod
protected DeliveryMethod
RepoNearLeg.deliveryMethod
Methods in net.finmath.smartcontract.product.xml that return DeliveryMethodModifier and TypeMethodDescriptionObjectFactory.createDeliveryMethod()
Create an instance ofDeliveryMethod
RepoFarLeg.getDeliveryMethod()
Gets the value of the deliveryMethod property.RepoNearLeg.getDeliveryMethod()
Gets the value of the deliveryMethod property.Methods in net.finmath.smartcontract.product.xml with parameters of type DeliveryMethodModifier and TypeMethodDescriptionvoid
RepoFarLeg.setDeliveryMethod
(DeliveryMethod value) Sets the value of the deliveryMethod property.void
RepoNearLeg.setDeliveryMethod
(DeliveryMethod value) Sets the value of the deliveryMethod property.