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 FxRegionLowerBoundDirectionEnumFxAccrualRegionLowerBound.conditionprotected FxRegionLowerBoundDirectionEnumFxTargetRegionLowerBound.conditionMethods 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 TypeMethodDescriptionvoidFxAccrualRegionLowerBound.setCondition(FxRegionLowerBoundDirectionEnum value) Sets the value of the condition property.voidFxTargetRegionLowerBound.setCondition(FxRegionLowerBoundDirectionEnum value) Sets the value of the condition property.