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 FxRegionUpperBoundDirectionEnum
FxAccrualRegionUpperBound.condition
protected FxRegionUpperBoundDirectionEnum
FxTargetRegionUpperBound.condition
Methods 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 TypeMethodDescriptionvoid
FxAccrualRegionUpperBound.setCondition(FxRegionUpperBoundDirectionEnum value)
Sets the value of the condition property.void
FxTargetRegionUpperBound.setCondition(FxRegionUpperBoundDirectionEnum value)
Sets the value of the condition property.