Uses of Enum Class
net.finmath.smartcontract.product.xml.BusinessDayConventionEnum
-
Uses of BusinessDayConventionEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected BusinessDayConventionEnum
BusinessDateRange.businessDayConvention
protected BusinessDayConventionEnum
BusinessDayAdjustments.businessDayConvention
protected BusinessDayConventionEnum
CommodityPricingDates.businessDayConvention
protected BusinessDayConventionEnum
CommodityValuationDates.businessDayConvention
protected BusinessDayConventionEnum
DateOffset.businessDayConvention
protected BusinessDayConventionEnum
FinalCalculationPeriodDateAdjustment.businessDayConvention
protected BusinessDayConventionEnum
FxFixingDate.businessDayConvention
protected BusinessDayConventionEnum
RelativeDateOffset.businessDayConvention
Modifier and TypeMethodDescriptionstatic BusinessDayConventionEnum
BusinessDateRange.getBusinessDayConvention()
Gets the value of the businessDayConvention property.BusinessDayAdjustments.getBusinessDayConvention()
Gets the value of the businessDayConvention property.CommodityPricingDates.getBusinessDayConvention()
Gets the value of the businessDayConvention property.CommodityValuationDates.getBusinessDayConvention()
Gets the value of the businessDayConvention property.DateOffset.getBusinessDayConvention()
Gets the value of the businessDayConvention property.FinalCalculationPeriodDateAdjustment.getBusinessDayConvention()
Gets the value of the businessDayConvention property.FxFixingDate.getBusinessDayConvention()
Gets the value of the businessDayConvention property.RelativeDateOffset.getBusinessDayConvention()
Gets the value of the businessDayConvention property.static BusinessDayConventionEnum
Returns the enum constant of this class with the specified name.static BusinessDayConventionEnum[]
BusinessDayConventionEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BusinessDayConventionEnum> ObjectFactory.createCommodityFxBusinessDayConvention
(BusinessDayConventionEnum value) Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BusinessDayConventionEnum> ObjectFactory.createCommodityFxBusinessDayConvention
(BusinessDayConventionEnum value) void
BusinessDateRange.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
BusinessDayAdjustments.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
CommodityPricingDates.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
CommodityValuationDates.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
DateOffset.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
FinalCalculationPeriodDateAdjustment.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
FxFixingDate.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.void
RelativeDateOffset.setBusinessDayConvention
(BusinessDayConventionEnum value) Sets the value of the businessDayConvention property.