Uses of Enum Class
net.finmath.smartcontract.product.xml.BusinessDayConventionEnum
Packages that use BusinessDayConventionEnum
-
Uses of BusinessDayConventionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as BusinessDayConventionEnumModifier 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
Methods in net.finmath.smartcontract.product.xml that return BusinessDayConventionEnumModifier 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.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type BusinessDayConventionEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BusinessDayConventionEnum>
ObjectFactory.createCommodityFxBusinessDayConvention(BusinessDayConventionEnum value)
Methods in net.finmath.smartcontract.product.xml with parameters of type BusinessDayConventionEnumModifier 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.