Uses of Enum Class
net.finmath.smartcontract.product.xml.FxBarrierDirectionEnum
Packages that use FxBarrierDirectionEnum
-
Uses of FxBarrierDirectionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxBarrierDirectionEnumMethods in net.finmath.smartcontract.product.xml that return FxBarrierDirectionEnumModifier and TypeMethodDescriptionstatic FxBarrierDirectionEnumFxBarrierFeature.getDirection()Gets the value of the direction property.static FxBarrierDirectionEnumReturns the enum constant of this class with the specified name.static FxBarrierDirectionEnum[]FxBarrierDirectionEnum.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 FxBarrierDirectionEnumModifier and TypeMethodDescriptionvoidFxBarrierFeature.setDirection(FxBarrierDirectionEnum value) Sets the value of the direction property.