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 TriggerConditionEnumFxTouch.directionprotected TriggerConditionEnumFxTriggerBase.triggerConditionprotected TriggerConditionEnumTriggerRateObservation.triggerConditionMethods in net.finmath.smartcontract.product.xml that return TriggerConditionEnumModifier and TypeMethodDescriptionstatic TriggerConditionEnumFxTouch.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 TriggerConditionEnumReturns 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 TypeMethodDescriptionvoidFxTouch.setDirection(TriggerConditionEnum value) Sets the value of the direction property.voidFxTriggerBase.setTriggerCondition(TriggerConditionEnum value) Sets the value of the triggerCondition property.voidTriggerRateObservation.setTriggerCondition(TriggerConditionEnum value) Sets the value of the triggerCondition property.