Uses of Enum Class
net.finmath.smartcontract.product.xml.DividendCompositionEnum
Packages that use DividendCompositionEnum
-
Uses of DividendCompositionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DividendCompositionEnumModifier and TypeFieldDescriptionprotected DividendCompositionEnumDividendConditions.dividendCompositionMethods in net.finmath.smartcontract.product.xml that return DividendCompositionEnumModifier and TypeMethodDescriptionstatic DividendCompositionEnumDividendConditions.getDividendComposition()Gets the value of the dividendComposition property.static DividendCompositionEnumReturns the enum constant of this class with the specified name.static DividendCompositionEnum[]DividendCompositionEnum.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 DividendCompositionEnumModifier and TypeMethodDescriptionvoidDividendConditions.setDividendComposition(DividendCompositionEnum value) Sets the value of the dividendComposition property.