Uses of Enum Class
net.finmath.smartcontract.product.xml.CalendarSourceEnum
-
Uses of CalendarSourceEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected CalendarSourceEnum
CommodityPricingDates.calendarSource
protected CalendarSourceEnum
CommodityValuationDates.calendarSource
Modifier and TypeMethodDescriptionstatic CalendarSourceEnum
CommodityPricingDates.getCalendarSource()
Gets the value of the calendarSource property.CommodityValuationDates.getCalendarSource()
Gets the value of the calendarSource property.static CalendarSourceEnum
Returns 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.Modifier and TypeMethodDescriptionvoid
CommodityPricingDates.setCalendarSource
(CalendarSourceEnum value) Sets the value of the calendarSource property.void
CommodityValuationDates.setCalendarSource
(CalendarSourceEnum value) Sets the value of the calendarSource property.