Uses of Enum Class
net.finmath.smartcontract.product.xml.DividendDateReferenceEnum
Packages that use DividendDateReferenceEnum
-
Uses of DividendDateReferenceEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DividendDateReferenceEnumModifier and TypeFieldDescriptionprotected DividendDateReferenceEnumDividendPaymentDate.dividendDateReferenceMethods in net.finmath.smartcontract.product.xml that return DividendDateReferenceEnumModifier and TypeMethodDescriptionstatic DividendDateReferenceEnumDividendPaymentDate.getDividendDateReference()Gets the value of the dividendDateReference property.static DividendDateReferenceEnumReturns the enum constant of this class with the specified name.static DividendDateReferenceEnum[]DividendDateReferenceEnum.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 DividendDateReferenceEnumModifier and TypeMethodDescriptionvoidDividendPaymentDate.setDividendDateReference(DividendDateReferenceEnum value) Sets the value of the dividendDateReference property.