Uses of Enum Class
net.finmath.smartcontract.product.xml.RoundingDirectionEnum
Packages that use RoundingDirectionEnum
-
Uses of RoundingDirectionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RoundingDirectionEnumMethods in net.finmath.smartcontract.product.xml that return RoundingDirectionEnumModifier and TypeMethodDescriptionstatic RoundingDirectionEnumRounding.getRoundingDirection()Gets the value of the roundingDirection property.static RoundingDirectionEnumReturns the enum constant of this class with the specified name.static RoundingDirectionEnum[]RoundingDirectionEnum.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 RoundingDirectionEnumModifier and TypeMethodDescriptionvoidRounding.setRoundingDirection(RoundingDirectionEnum value) Sets the value of the roundingDirection property.