Uses of Class
net.finmath.smartcontract.product.xml.ResetFrequency
Packages that use ResetFrequency
-
Uses of ResetFrequency in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ResetFrequencyModifier and TypeFieldDescriptionprotected ResetFrequency
InterestLegResetDates.resetFrequency
protected ResetFrequency
ResetDates.resetFrequency
Methods in net.finmath.smartcontract.product.xml that return ResetFrequencyModifier and TypeMethodDescriptionObjectFactory.createResetFrequency()
Create an instance ofResetFrequency
InterestLegResetDates.getResetFrequency()
Gets the value of the resetFrequency property.ResetDates.getResetFrequency()
Gets the value of the resetFrequency property.Methods in net.finmath.smartcontract.product.xml with parameters of type ResetFrequencyModifier and TypeMethodDescriptionvoid
InterestLegResetDates.setResetFrequency
(ResetFrequency value) Sets the value of the resetFrequency property.void
ResetDates.setResetFrequency
(ResetFrequency value) Sets the value of the resetFrequency property.