Uses of Enum Class
net.finmath.smartcontract.product.xml.ConditionEnum
Packages that use ConditionEnum
-
Uses of ConditionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ConditionEnumModifier and TypeFieldDescriptionprotected ConditionEnum
FxAccrualLeverage.condition
protected ConditionEnum
FxComplexBarrierBase.condition
protected ConditionEnum
FxPayoffCap.condition
protected ConditionEnum
FxTargetLeverage.condition
Methods in net.finmath.smartcontract.product.xml that return ConditionEnumModifier and TypeMethodDescriptionstatic ConditionEnum
FxAccrualLeverage.getCondition()
Gets the value of the condition property.FxComplexBarrierBase.getCondition()
Gets the value of the condition property.FxPayoffCap.getCondition()
Gets the value of the condition property.FxTargetLeverage.getCondition()
Gets the value of the condition property.static ConditionEnum
Returns the enum constant of this class with the specified name.static ConditionEnum[]
ConditionEnum.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 ConditionEnumModifier and TypeMethodDescriptionvoid
FxAccrualLeverage.setCondition
(ConditionEnum value) Sets the value of the condition property.void
FxComplexBarrierBase.setCondition
(ConditionEnum value) Sets the value of the condition property.void
FxPayoffCap.setCondition
(ConditionEnum value) Sets the value of the condition property.void
FxTargetLeverage.setCondition
(ConditionEnum value) Sets the value of the condition property.