Uses of Enum Class
net.finmath.smartcontract.product.xml.DividendPeriodEnum
Packages that use DividendPeriodEnum
-
Uses of DividendPeriodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DividendPeriodEnumMethods in net.finmath.smartcontract.product.xml that return DividendPeriodEnumModifier and TypeMethodDescriptionstatic DividendPeriodEnumDividendConditions.getDividendPeriod()Gets the value of the dividendPeriod property.static DividendPeriodEnumReturns the enum constant of this class with the specified name.static DividendPeriodEnum[]DividendPeriodEnum.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 DividendPeriodEnumModifier and TypeMethodDescriptionvoidDividendConditions.setDividendPeriod(DividendPeriodEnum value) Sets the value of the dividendPeriod property.