Uses of Enum Class
net.finmath.smartcontract.product.xml.FxSettlementAdjustmentMethodEnum
-
Uses of FxSettlementAdjustmentMethodEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected FxSettlementAdjustmentMethodEnum
FxKnockoutLevel.settlementAdjustmentStyle
protected FxSettlementAdjustmentMethodEnum
FxOutstandingGain.settlementAdjustmentStyle
protected FxSettlementAdjustmentMethodEnum
FxPayoffCap.settlementAdjustmentStyle
protected FxSettlementAdjustmentMethodEnum
FxTargetPhysicalSettlement.settlementAdjustmentStyle
Modifier and TypeMethodDescriptionFxKnockoutLevel.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.FxOutstandingGain.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.FxPayoffCap.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.FxTargetPhysicalSettlement.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.Returns the enum constant of this class with the specified name.static FxSettlementAdjustmentMethodEnum[]
FxSettlementAdjustmentMethodEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FxKnockoutLevel.setSettlementAdjustmentStyle
(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.void
FxOutstandingGain.setSettlementAdjustmentStyle
(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.void
FxPayoffCap.setSettlementAdjustmentStyle
(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.void
FxTargetPhysicalSettlement.setSettlementAdjustmentStyle
(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.