Uses of Enum Class
net.finmath.smartcontract.product.xml.FxBarrierStyleEnum
Packages that use FxBarrierStyleEnum
-
Uses of FxBarrierStyleEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxBarrierStyleEnumMethods in net.finmath.smartcontract.product.xml that return FxBarrierStyleEnumModifier and TypeMethodDescriptionstatic FxBarrierStyleEnumFxComplexBarrierBase.getStyle()Gets the value of the style property.static FxBarrierStyleEnumReturns the enum constant of this class with the specified name.static FxBarrierStyleEnum[]FxBarrierStyleEnum.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 FxBarrierStyleEnumModifier and TypeMethodDescriptionvoidFxComplexBarrierBase.setStyle(FxBarrierStyleEnum value) Sets the value of the style property.