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 PayRelativeToEnumPaymentDates.getPayRelativeTo()Gets the value of the payRelativeTo property.static PayRelativeToEnumReturns 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 TypeMethodDescriptionvoidPaymentDates.setPayRelativeTo(PayRelativeToEnum value) Sets the value of the payRelativeTo property.