Uses of Enum Class
net.finmath.smartcontract.product.xml.AmountAdjustmentEnum
Packages that use AmountAdjustmentEnum
-
Uses of AmountAdjustmentEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AmountAdjustmentEnumMethods in net.finmath.smartcontract.product.xml that return AmountAdjustmentEnumModifier and TypeMethodDescriptionstatic AmountAdjustmentEnumAdjustment.getAdjustmentType()Gets the value of the adjustmentType property.static AmountAdjustmentEnumReturns the enum constant of this class with the specified name.static AmountAdjustmentEnum[]AmountAdjustmentEnum.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 AmountAdjustmentEnumModifier and TypeMethodDescriptionvoidAdjustment.setAdjustmentType(AmountAdjustmentEnum value) Sets the value of the adjustmentType property.