Uses of Enum Class
net.finmath.smartcontract.product.xml.BreakageCalculatedByEnum
Packages that use BreakageCalculatedByEnum
-
Uses of BreakageCalculatedByEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as BreakageCalculatedByEnumModifier and TypeFieldDescriptionprotected BreakageCalculatedByEnumBreakageFeePayment.breakageFeeCalculatedByMethods in net.finmath.smartcontract.product.xml that return BreakageCalculatedByEnumModifier and TypeMethodDescriptionstatic BreakageCalculatedByEnumBreakageFeePayment.getBreakageFeeCalculatedBy()Gets the value of the breakageFeeCalculatedBy property.static BreakageCalculatedByEnumReturns the enum constant of this class with the specified name.static BreakageCalculatedByEnum[]BreakageCalculatedByEnum.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 BreakageCalculatedByEnumModifier and TypeMethodDescriptionvoidBreakageFeePayment.setBreakageFeeCalculatedBy(BreakageCalculatedByEnum value) Sets the value of the breakageFeeCalculatedBy property.