Uses of Enum
cdm.product.asset.BankHolidayTreatmentEnum
Packages that use BankHolidayTreatmentEnum
-
Uses of BankHolidayTreatmentEnum in cdm.product.asset
Fields in cdm.product.asset declared as BankHolidayTreatmentEnumModifier and TypeFieldDescriptionprotected BankHolidayTreatmentEnumAssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.bankHolidaysTreatmentMethods in cdm.product.asset that return BankHolidayTreatmentEnumModifier and TypeMethodDescriptionstatic BankHolidayTreatmentEnumBankHolidayTreatmentEnum.fromDisplayName(String name) AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.getBankHolidaysTreatment()AssetDeliveryProfile.AssetDeliveryProfileImpl.getBankHolidaysTreatment()AssetDeliveryProfile.getBankHolidaysTreatment()Specifies whether the dates defined include holidays or not.static BankHolidayTreatmentEnumReturns the enum constant of this type with the specified name.static BankHolidayTreatmentEnum[]BankHolidayTreatmentEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.asset with parameters of type BankHolidayTreatmentEnumModifier and TypeMethodDescriptionAssetDeliveryProfile.AssetDeliveryProfileBuilder.setBankHolidaysTreatment(BankHolidayTreatmentEnum bankHolidaysTreatment) AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.setBankHolidaysTreatment(BankHolidayTreatmentEnum _bankHolidaysTreatment)