Uses of Enum Class
net.finmath.smartcontract.product.xml.RateTreatmentEnum
Packages that use RateTreatmentEnum
-
Uses of RateTreatmentEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RateTreatmentEnumModifier and TypeFieldDescriptionprotected RateTreatmentEnumFloatingRate.rateTreatmentprotected RateTreatmentEnumStubFloatingRate.rateTreatmentMethods in net.finmath.smartcontract.product.xml that return RateTreatmentEnumModifier and TypeMethodDescriptionstatic RateTreatmentEnumFloatingRate.getRateTreatment()Gets the value of the rateTreatment property.StubFloatingRate.getRateTreatment()Gets the value of the rateTreatment property.static RateTreatmentEnumReturns the enum constant of this class with the specified name.static RateTreatmentEnum[]RateTreatmentEnum.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 RateTreatmentEnumModifier and TypeMethodDescriptionvoidFloatingRate.setRateTreatment(RateTreatmentEnum value) Sets the value of the rateTreatment property.voidStubFloatingRate.setRateTreatment(RateTreatmentEnum value) Sets the value of the rateTreatment property.