Uses of Enum Class
net.finmath.smartcontract.product.xml.FxRegionUpperBoundDirectionEnum
-
Uses of FxRegionUpperBoundDirectionEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected FxRegionUpperBoundDirectionEnum
FxAccrualRegionUpperBound.condition
protected FxRegionUpperBoundDirectionEnum
FxTargetRegionUpperBound.condition
Modifier 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.Modifier 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.