Uses of Enum Class
net.finmath.smartcontract.product.xml.NonCashDividendTreatmentEnum
Packages that use NonCashDividendTreatmentEnum
-
Uses of NonCashDividendTreatmentEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NonCashDividendTreatmentEnumModifier and TypeFieldDescriptionprotected NonCashDividendTreatmentEnumDividendConditions.nonCashDividendTreatmentMethods in net.finmath.smartcontract.product.xml that return NonCashDividendTreatmentEnumModifier and TypeMethodDescriptionstatic NonCashDividendTreatmentEnumDividendConditions.getNonCashDividendTreatment()Gets the value of the nonCashDividendTreatment property.static NonCashDividendTreatmentEnumReturns the enum constant of this class with the specified name.static NonCashDividendTreatmentEnum[]NonCashDividendTreatmentEnum.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 NonCashDividendTreatmentEnumModifier and TypeMethodDescriptionvoidDividendConditions.setNonCashDividendTreatment(NonCashDividendTreatmentEnum value) Sets the value of the nonCashDividendTreatment property.