Uses of Enum Class
net.finmath.smartcontract.product.xml.CalendarSourceEnum
Packages that use CalendarSourceEnum
-
Uses of CalendarSourceEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CalendarSourceEnumModifier and TypeFieldDescriptionprotected CalendarSourceEnumCommodityPricingDates.calendarSourceprotected CalendarSourceEnumCommodityValuationDates.calendarSourceMethods in net.finmath.smartcontract.product.xml that return CalendarSourceEnumModifier and TypeMethodDescriptionstatic CalendarSourceEnumCommodityPricingDates.getCalendarSource()Gets the value of the calendarSource property.CommodityValuationDates.getCalendarSource()Gets the value of the calendarSource property.static CalendarSourceEnumReturns the enum constant of this class with the specified name.static CalendarSourceEnum[]CalendarSourceEnum.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 CalendarSourceEnumModifier and TypeMethodDescriptionvoidCommodityPricingDates.setCalendarSource(CalendarSourceEnum value) Sets the value of the calendarSource property.voidCommodityValuationDates.setCalendarSource(CalendarSourceEnum value) Sets the value of the calendarSource property.