Uses of Enum
cdm.base.math.WeatherUnitEnum
Packages that use WeatherUnitEnum
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of WeatherUnitEnum in cdm.base.math
Fields in cdm.base.math declared as WeatherUnitEnumModifier and TypeFieldDescriptionprotected WeatherUnitEnumUnitType.UnitTypeBuilderImpl.weatherUnitMethods in cdm.base.math that return WeatherUnitEnumModifier and TypeMethodDescriptionstatic WeatherUnitEnumWeatherUnitEnum.fromDisplayName(String name) UnitType.getWeatherUnit()Provides an enumerated values for a weather unit, generally used in the context of defining quantities for commodities.UnitType.UnitTypeBuilderImpl.getWeatherUnit()UnitType.UnitTypeImpl.getWeatherUnit()static WeatherUnitEnumReturns the enum constant of this type with the specified name.static WeatherUnitEnum[]WeatherUnitEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.math with parameters of type WeatherUnitEnumModifier and TypeMethodDescriptionUnitType.UnitTypeBuilder.setWeatherUnit(WeatherUnitEnum weatherUnit) UnitType.UnitTypeBuilderImpl.setWeatherUnit(WeatherUnitEnum _weatherUnit) -
Uses of WeatherUnitEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as WeatherUnitEnumModifier and TypeFieldDescriptionprotected WeatherUnitEnumCommodityReferenceFramework.CommodityReferenceFrameworkBuilderImpl.weatherUnitMethods in cdm.base.staticdata.asset.common that return WeatherUnitEnumModifier and TypeMethodDescriptionCommodityReferenceFramework.CommodityReferenceFrameworkBuilderImpl.getWeatherUnit()CommodityReferenceFramework.CommodityReferenceFrameworkImpl.getWeatherUnit()CommodityReferenceFramework.getWeatherUnit()Provides an enumerated values for a weather unit, generally used in the context of defining quantities for commodities.Methods in cdm.base.staticdata.asset.common with parameters of type WeatherUnitEnumModifier and TypeMethodDescriptionCommodityReferenceFramework.CommodityReferenceFrameworkBuilder.setWeatherUnit(WeatherUnitEnum weatherUnit) CommodityReferenceFramework.CommodityReferenceFrameworkBuilderImpl.setWeatherUnit(WeatherUnitEnum _weatherUnit)