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 ConditionEnumFxAccrualLeverage.conditionprotected ConditionEnumFxComplexBarrierBase.conditionprotected ConditionEnumFxPayoffCap.conditionprotected ConditionEnumFxTargetLeverage.conditionMethods in net.finmath.smartcontract.product.xml that return ConditionEnumModifier and TypeMethodDescriptionstatic ConditionEnumFxAccrualLeverage.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 ConditionEnumReturns 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 TypeMethodDescriptionvoidFxAccrualLeverage.setCondition(ConditionEnum value) Sets the value of the condition property.voidFxComplexBarrierBase.setCondition(ConditionEnum value) Sets the value of the condition property.voidFxPayoffCap.setCondition(ConditionEnum value) Sets the value of the condition property.voidFxTargetLeverage.setCondition(ConditionEnum value) Sets the value of the condition property.