Uses of Enum Class
net.finmath.smartcontract.product.xml.FxRegionUpperBoundDirectionEnum
Packages that use FxRegionUpperBoundDirectionEnum
-
Uses of FxRegionUpperBoundDirectionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxRegionUpperBoundDirectionEnumModifier and TypeFieldDescriptionprotected FxRegionUpperBoundDirectionEnumFxAccrualRegionUpperBound.conditionprotected FxRegionUpperBoundDirectionEnumFxTargetRegionUpperBound.conditionMethods in net.finmath.smartcontract.product.xml that return FxRegionUpperBoundDirectionEnumModifier and TypeMethodDescriptionFxAccrualRegionUpperBound.getCondition()Gets the value of the condition property.FxTargetRegionUpperBound.getCondition()Gets the value of the condition property.Returns the enum constant of this class with the specified name.static FxRegionUpperBoundDirectionEnum[]FxRegionUpperBoundDirectionEnum.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 FxRegionUpperBoundDirectionEnumModifier and TypeMethodDescriptionvoidFxAccrualRegionUpperBound.setCondition(FxRegionUpperBoundDirectionEnum value) Sets the value of the condition property.voidFxTargetRegionUpperBound.setCondition(FxRegionUpperBoundDirectionEnum value) Sets the value of the condition property.