Uses of Enum Class
net.finmath.smartcontract.product.xml.FlatRateEnum
Packages that use FlatRateEnum
-
Uses of FlatRateEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FlatRateEnumModifier and TypeFieldDescriptionprotected FlatRateEnumFixedPriceLeg.flatRateprotected FlatRateEnumFloatingPriceLeg.flatRateMethods in net.finmath.smartcontract.product.xml that return FlatRateEnumModifier and TypeMethodDescriptionstatic FlatRateEnumFixedPriceLeg.getFlatRate()Gets the value of the flatRate property.FloatingPriceLeg.getFlatRate()Gets the value of the flatRate property.static FlatRateEnumReturns the enum constant of this class with the specified name.static FlatRateEnum[]FlatRateEnum.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 FlatRateEnumModifier and TypeMethodDescriptionvoidFixedPriceLeg.setFlatRate(FlatRateEnum value) Sets the value of the flatRate property.voidFloatingPriceLeg.setFlatRate(FlatRateEnum value) Sets the value of the flatRate property.