Uses of Enum Class
net.finmath.smartcontract.product.xml.NotionalChangeEnum
Packages that use NotionalChangeEnum
-
Uses of NotionalChangeEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NotionalChangeEnumModifier and TypeFieldDescriptionprotected NotionalChangeEnum
TradeAmendmentContent.notionalChange
Methods in net.finmath.smartcontract.product.xml that return NotionalChangeEnumModifier and TypeMethodDescriptionstatic NotionalChangeEnum
TradeAmendmentContent.getNotionalChange()
Gets the value of the notionalChange property.static NotionalChangeEnum
Returns the enum constant of this class with the specified name.static NotionalChangeEnum[]
NotionalChangeEnum.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 NotionalChangeEnumModifier and TypeMethodDescriptionvoid
TradeAmendmentContent.setNotionalChange
(NotionalChangeEnum value) Sets the value of the notionalChange property.