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 NotionalChangeEnumTradeAmendmentContent.notionalChangeMethods in net.finmath.smartcontract.product.xml that return NotionalChangeEnumModifier and TypeMethodDescriptionstatic NotionalChangeEnumTradeAmendmentContent.getNotionalChange()Gets the value of the notionalChange property.static NotionalChangeEnumReturns 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 TypeMethodDescriptionvoidTradeAmendmentContent.setNotionalChange(NotionalChangeEnum value) Sets the value of the notionalChange property.