Uses of Enum Class
net.finmath.smartcontract.product.xml.WeatherSettlementLevelEnum
Packages that use WeatherSettlementLevelEnum
-
Uses of WeatherSettlementLevelEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as WeatherSettlementLevelEnumModifier and TypeFieldDescriptionprotected WeatherSettlementLevelEnumWeatherLegCalculation.settlementLevelMethods in net.finmath.smartcontract.product.xml that return WeatherSettlementLevelEnumModifier and TypeMethodDescriptionstatic WeatherSettlementLevelEnumWeatherLegCalculation.getSettlementLevel()Gets the value of the settlementLevel property.static WeatherSettlementLevelEnumReturns the enum constant of this class with the specified name.static WeatherSettlementLevelEnum[]WeatherSettlementLevelEnum.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 WeatherSettlementLevelEnumModifier and TypeMethodDescriptionvoidWeatherLegCalculation.setSettlementLevel(WeatherSettlementLevelEnum value) Sets the value of the settlementLevel property.