Uses of Enum Class
net.finmath.smartcontract.product.xml.MethodOfAdjustmentEnum
Packages that use MethodOfAdjustmentEnum
-
Uses of MethodOfAdjustmentEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as MethodOfAdjustmentEnumModifier and TypeFieldDescriptionprotected MethodOfAdjustmentEnum
DividendSwapOptionTransactionSupplement.methodOfAdjustment
protected MethodOfAdjustmentEnum
EquityDerivativeLongFormBase.methodOfAdjustment
protected MethodOfAdjustmentEnum
EquityOptionTransactionSupplement.methodOfAdjustment
protected MethodOfAdjustmentEnum
VarianceOptionTransactionSupplement.methodOfAdjustment
Methods in net.finmath.smartcontract.product.xml that return MethodOfAdjustmentEnumModifier and TypeMethodDescriptionstatic MethodOfAdjustmentEnum
DividendSwapOptionTransactionSupplement.getMethodOfAdjustment()
Gets the value of the methodOfAdjustment property.EquityDerivativeLongFormBase.getMethodOfAdjustment()
Gets the value of the methodOfAdjustment property.EquityOptionTransactionSupplement.getMethodOfAdjustment()
Gets the value of the methodOfAdjustment property.VarianceOptionTransactionSupplement.getMethodOfAdjustment()
Gets the value of the methodOfAdjustment property.static MethodOfAdjustmentEnum
Returns the enum constant of this class with the specified name.static MethodOfAdjustmentEnum[]
MethodOfAdjustmentEnum.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 MethodOfAdjustmentEnumModifier and TypeMethodDescriptionvoid
DividendSwapOptionTransactionSupplement.setMethodOfAdjustment
(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.void
EquityDerivativeLongFormBase.setMethodOfAdjustment
(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.void
EquityOptionTransactionSupplement.setMethodOfAdjustment
(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.void
VarianceOptionTransactionSupplement.setMethodOfAdjustment
(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.