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 WeatherSettlementLevelEnum
WeatherLegCalculation.settlementLevel
Methods in net.finmath.smartcontract.product.xml that return WeatherSettlementLevelEnumModifier and TypeMethodDescriptionstatic WeatherSettlementLevelEnum
WeatherLegCalculation.getSettlementLevel()
Gets the value of the settlementLevel property.static WeatherSettlementLevelEnum
Returns 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 TypeMethodDescriptionvoid
WeatherLegCalculation.setSettlementLevel
(WeatherSettlementLevelEnum value) Sets the value of the settlementLevel property.