Uses of Enum Class
net.finmath.smartcontract.product.xml.FxRegionLowerBoundDirectionEnum
Packages that use FxRegionLowerBoundDirectionEnum
-
Uses of FxRegionLowerBoundDirectionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxRegionLowerBoundDirectionEnumModifier and TypeFieldDescriptionprotected FxRegionLowerBoundDirectionEnum
FxAccrualRegionLowerBound.condition
protected FxRegionLowerBoundDirectionEnum
FxTargetRegionLowerBound.condition
Methods in net.finmath.smartcontract.product.xml that return FxRegionLowerBoundDirectionEnumModifier and TypeMethodDescriptionFxAccrualRegionLowerBound.getCondition()
Gets the value of the condition property.FxTargetRegionLowerBound.getCondition()
Gets the value of the condition property.Returns the enum constant of this class with the specified name.static FxRegionLowerBoundDirectionEnum[]
FxRegionLowerBoundDirectionEnum.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 FxRegionLowerBoundDirectionEnumModifier and TypeMethodDescriptionvoid
FxAccrualRegionLowerBound.setCondition(FxRegionLowerBoundDirectionEnum value)
Sets the value of the condition property.void
FxTargetRegionLowerBound.setCondition(FxRegionLowerBoundDirectionEnum value)
Sets the value of the condition property.