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 MethodOfAdjustmentEnumDividendSwapOptionTransactionSupplement.methodOfAdjustmentprotected MethodOfAdjustmentEnumEquityDerivativeLongFormBase.methodOfAdjustmentprotected MethodOfAdjustmentEnumEquityOptionTransactionSupplement.methodOfAdjustmentprotected MethodOfAdjustmentEnumVarianceOptionTransactionSupplement.methodOfAdjustmentMethods in net.finmath.smartcontract.product.xml that return MethodOfAdjustmentEnumModifier and TypeMethodDescriptionstatic MethodOfAdjustmentEnumDividendSwapOptionTransactionSupplement.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 MethodOfAdjustmentEnumReturns 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 TypeMethodDescriptionvoidDividendSwapOptionTransactionSupplement.setMethodOfAdjustment(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.voidEquityDerivativeLongFormBase.setMethodOfAdjustment(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.voidEquityOptionTransactionSupplement.setMethodOfAdjustment(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.voidVarianceOptionTransactionSupplement.setMethodOfAdjustment(MethodOfAdjustmentEnum value) Sets the value of the methodOfAdjustment property.