Uses of Class
net.finmath.smartcontract.product.xml.AdjustableOffset
Packages that use AdjustableOffset
-
Uses of AdjustableOffset in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustableOffsetModifier and TypeFieldDescriptionprotected AdjustableOffset
PartyNoticePeriod.noticePeriod
protected AdjustableOffset
Repo.noticePeriod
Methods in net.finmath.smartcontract.product.xml that return AdjustableOffsetModifier and TypeMethodDescriptionObjectFactory.createAdjustableOffset()
Create an instance ofAdjustableOffset
PartyNoticePeriod.getNoticePeriod()
Gets the value of the noticePeriod property.Repo.getNoticePeriod()
Gets the value of the noticePeriod property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustableOffsetModifier and TypeMethodDescriptionvoid
PartyNoticePeriod.setNoticePeriod
(AdjustableOffset value) Sets the value of the noticePeriod property.void
Repo.setNoticePeriod
(AdjustableOffset value) Sets the value of the noticePeriod property.