Uses of Enum Class
net.finmath.smartcontract.product.xml.TriggerConditionEnum
Packages that use TriggerConditionEnum
-
Uses of TriggerConditionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TriggerConditionEnumModifier and TypeFieldDescriptionprotected TriggerConditionEnum
FxTouch.direction
protected TriggerConditionEnum
FxTriggerBase.triggerCondition
protected TriggerConditionEnum
TriggerRateObservation.triggerCondition
Methods in net.finmath.smartcontract.product.xml that return TriggerConditionEnumModifier and TypeMethodDescriptionstatic TriggerConditionEnum
FxTouch.getDirection()
Gets the value of the direction property.FxTriggerBase.getTriggerCondition()
Gets the value of the triggerCondition property.TriggerRateObservation.getTriggerCondition()
Gets the value of the triggerCondition property.static TriggerConditionEnum
Returns the enum constant of this class with the specified name.static TriggerConditionEnum[]
TriggerConditionEnum.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 TriggerConditionEnumModifier and TypeMethodDescriptionvoid
FxTouch.setDirection
(TriggerConditionEnum value) Sets the value of the direction property.void
FxTriggerBase.setTriggerCondition
(TriggerConditionEnum value) Sets the value of the triggerCondition property.void
TriggerRateObservation.setTriggerCondition
(TriggerConditionEnum value) Sets the value of the triggerCondition property.