Uses of Enum Class
net.finmath.smartcontract.product.xml.FxBarrierScopeEnum
Packages that use FxBarrierScopeEnum
-
Uses of FxBarrierScopeEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxBarrierScopeEnumMethods in net.finmath.smartcontract.product.xml that return FxBarrierScopeEnumModifier and TypeMethodDescriptionstatic FxBarrierScopeEnumFxComplexBarrierBase.getScope()Gets the value of the scope property.static FxBarrierScopeEnumReturns the enum constant of this class with the specified name.static FxBarrierScopeEnum[]FxBarrierScopeEnum.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 FxBarrierScopeEnumModifier and TypeMethodDescriptionvoidFxComplexBarrierBase.setScope(FxBarrierScopeEnum value) Sets the value of the scope property.