Uses of Enum Class
net.finmath.smartcontract.product.xml.TouchConditionEnum
Packages that use TouchConditionEnum
-
Uses of TouchConditionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TouchConditionEnumMethods in net.finmath.smartcontract.product.xml that return TouchConditionEnumModifier and TypeMethodDescriptionstatic TouchConditionEnum
FxTouch.getTouchCondition()
Gets the value of the touchCondition property.static TouchConditionEnum
Returns the enum constant of this class with the specified name.static TouchConditionEnum[]
TouchConditionEnum.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 TouchConditionEnumModifier and TypeMethodDescriptionvoid
FxTouch.setTouchCondition
(TouchConditionEnum value) Sets the value of the touchCondition property.