Uses of Enum Class
net.finmath.smartcontract.product.xml.DayOfWeekEnum
Packages that use DayOfWeekEnum
-
Uses of DayOfWeekEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml with type parameters of type DayOfWeekEnumModifier and TypeFieldDescriptionprotected List<DayOfWeekEnum> CommodityPricingDates.dayOfWeekprotected List<DayOfWeekEnum> CommodityValuationDates.dayOfWeekMethods in net.finmath.smartcontract.product.xml that return DayOfWeekEnumModifier and TypeMethodDescriptionstatic DayOfWeekEnumstatic DayOfWeekEnumReturns the enum constant of this class with the specified name.static DayOfWeekEnum[]DayOfWeekEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type DayOfWeekEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DayOfWeekEnum> ObjectFactory.createCommodityFxDayOfWeek(DayOfWeekEnum value) CommodityPricingDates.getDayOfWeek()Gets the value of the dayOfWeek property.CommodityValuationDates.getDayOfWeek()Gets the value of the dayOfWeek property.Methods in net.finmath.smartcontract.product.xml with parameters of type DayOfWeekEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DayOfWeekEnum> ObjectFactory.createCommodityFxDayOfWeek(DayOfWeekEnum value)