Uses of Enum Class
net.finmath.smartcontract.product.xml.InterestShortfallCapEnum
Packages that use InterestShortfallCapEnum
-
Uses of InterestShortfallCapEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as InterestShortfallCapEnumModifier and TypeFieldDescriptionprotected InterestShortfallCapEnum
InterestShortFall.interestShortfallCap
Methods in net.finmath.smartcontract.product.xml that return InterestShortfallCapEnumModifier and TypeMethodDescriptionstatic InterestShortfallCapEnum
InterestShortFall.getInterestShortfallCap()
Gets the value of the interestShortfallCap property.static InterestShortfallCapEnum
Returns the enum constant of this class with the specified name.static InterestShortfallCapEnum[]
InterestShortfallCapEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type InterestShortfallCapEnumModifier and TypeMethodDescriptionvoid
InterestShortFall.setInterestShortfallCap
(InterestShortfallCapEnum value) Sets the value of the interestShortfallCap property.