Uses of Enum Class
net.finmath.smartcontract.product.xml.PayRelativeToEnum
Packages that use PayRelativeToEnum
-
Uses of PayRelativeToEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PayRelativeToEnumMethods in net.finmath.smartcontract.product.xml that return PayRelativeToEnumModifier and TypeMethodDescriptionstatic PayRelativeToEnum
PaymentDates.getPayRelativeTo()
Gets the value of the payRelativeTo property.static PayRelativeToEnum
Returns the enum constant of this class with the specified name.static PayRelativeToEnum[]
PayRelativeToEnum.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 PayRelativeToEnumModifier and TypeMethodDescriptionvoid
PaymentDates.setPayRelativeTo
(PayRelativeToEnum value) Sets the value of the payRelativeTo property.