Uses of Enum Class
net.finmath.smartcontract.product.xml.FxTargetStyleEnum
Packages that use FxTargetStyleEnum
-
Uses of FxTargetStyleEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxTargetStyleEnumMethods in net.finmath.smartcontract.product.xml that return FxTargetStyleEnumModifier and TypeMethodDescriptionstatic FxTargetStyleEnum
FxKnockoutLevel.getTargetStyle()
Gets the value of the targetStyle property.static FxTargetStyleEnum
Returns the enum constant of this class with the specified name.static FxTargetStyleEnum[]
FxTargetStyleEnum.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 FxTargetStyleEnumModifier and TypeMethodDescriptionvoid
FxKnockoutLevel.setTargetStyle
(FxTargetStyleEnum value) Sets the value of the targetStyle property.