Uses of Enum Class
net.finmath.smartcontract.product.xml.NotionalAdjustmentEnum
Packages that use NotionalAdjustmentEnum
-
Uses of NotionalAdjustmentEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NotionalAdjustmentEnumMethods in net.finmath.smartcontract.product.xml that return NotionalAdjustmentEnumModifier and TypeMethodDescriptionstatic NotionalAdjustmentEnumReturnLeg.getNotionalAdjustments()Gets the value of the notionalAdjustments property.static NotionalAdjustmentEnumReturns the enum constant of this class with the specified name.static NotionalAdjustmentEnum[]NotionalAdjustmentEnum.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 NotionalAdjustmentEnumModifier and TypeMethodDescriptionvoidReturnLeg.setNotionalAdjustments(NotionalAdjustmentEnum value) Sets the value of the notionalAdjustments property.