Uses of Enum Class
net.finmath.smartcontract.product.xml.FxSettlementAdjustmentMethodEnum
Packages that use FxSettlementAdjustmentMethodEnum
-
Uses of FxSettlementAdjustmentMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxSettlementAdjustmentMethodEnumModifier and TypeFieldDescriptionprotected FxSettlementAdjustmentMethodEnumFxKnockoutLevel.settlementAdjustmentStyleprotected FxSettlementAdjustmentMethodEnumFxOutstandingGain.settlementAdjustmentStyleprotected FxSettlementAdjustmentMethodEnumFxPayoffCap.settlementAdjustmentStyleprotected FxSettlementAdjustmentMethodEnumFxTargetPhysicalSettlement.settlementAdjustmentStyleMethods in net.finmath.smartcontract.product.xml that return FxSettlementAdjustmentMethodEnumModifier 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.Methods in net.finmath.smartcontract.product.xml with parameters of type FxSettlementAdjustmentMethodEnumModifier and TypeMethodDescriptionvoidFxKnockoutLevel.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.voidFxOutstandingGain.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.voidFxPayoffCap.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.voidFxTargetPhysicalSettlement.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value) Sets the value of the settlementAdjustmentStyle property.