com.ibm.commerce.order.facade.datatypes.util

Class OrderAdapterFactory

  • java.lang.Object
    • org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      • com.ibm.commerce.order.facade.datatypes.util.OrderAdapterFactory
  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory


    public class OrderAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    OrderPackage
    • Constructor Detail

      • OrderAdapterFactory

        public OrderAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType(java.lang.Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createAcknowledgeOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AcknowledgeOrderDataAreaType
      • createAcknowledgeOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeOrderTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AcknowledgeOrderType
      • createAcknowledgeQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AcknowledgeQuoteDataAreaType
      • createAcknowledgeQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AcknowledgeQuoteType
      • createAdjustmentRequirementTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAdjustmentRequirementTypeAdapter()
        Creates a new adapter for an object of class 'Adjustment Requirement Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AdjustmentRequirementType
      • createBlockReasonTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createBlockReasonTypeAdapter()
        Creates a new adapter for an object of class 'Block Reason Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        BlockReasonType
      • createCalculationInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createCalculationInfoTypeAdapter()
        Creates a new adapter for an object of class 'Calculation Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CalculationInfoType
      • createChangeOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Change Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChangeOrderDataAreaType
      • createChangeOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeOrderTypeAdapter()
        Creates a new adapter for an object of class 'Change Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChangeOrderType
      • createChangeQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Change Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChangeQuoteDataAreaType
      • createChangeQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Change Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChangeQuoteType
      • createChangeReasonCodeTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeReasonCodeTypeAdapter()
        Creates a new adapter for an object of class 'Change Reason Code Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChangeReasonCodeType
      • createChannelIdentiferTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChannelIdentiferTypeAdapter()
        Creates a new adapter for an object of class 'Channel Identifer Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChannelIdentiferType
      • createChannelTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChannelTypeAdapter()
        Creates a new adapter for an object of class 'Channel Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChannelType
      • createCouponCodeTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createCouponCodeTypeAdapter()
        Creates a new adapter for an object of class 'Coupon Code Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CouponCodeType
      • createCouponDescriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createCouponDescriptionTypeAdapter()
        Creates a new adapter for an object of class 'Coupon Description Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CouponDescriptionType
      • createCSRCommentsTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createCSRCommentsTypeAdapter()
        Creates a new adapter for an object of class 'CSR Comments Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CSRCommentsType
      • createDocumentRootAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
        Creates a new adapter for an object of class 'Document Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DocumentRoot
      • createExtendAttributeTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExtendAttributeTypeAdapter()
        Creates a new adapter for an object of class 'Extend Attribute Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ExtendAttributeType
      • createExternalShipModeIdentifierAdapter

        public org.eclipse.emf.common.notify.Adapter createExternalShipModeIdentifierAdapter()
        Creates a new adapter for an object of class 'External Ship Mode Identifier'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ExternalShipModeIdentifier
      • createExtraAdjustmentTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExtraAdjustmentTypeAdapter()
        Creates a new adapter for an object of class 'Extra Adjustment Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ExtraAdjustmentType
      • createFinancialTransactionIdentifierTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createFinancialTransactionIdentifierTypeAdapter()
        Creates a new adapter for an object of class 'Financial Transaction Identifier Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FinancialTransactionIdentifierType
      • createFinancialTransactionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createFinancialTransactionTypeAdapter()
        Creates a new adapter for an object of class 'Financial Transaction Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FinancialTransactionType
      • createFulfillmentCenterTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createFulfillmentCenterTypeAdapter()
        Creates a new adapter for an object of class 'Fulfillment Center Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FulfillmentCenterType
      • createGetOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Get Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GetOrderDataAreaType
      • createGetOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetOrderTypeAdapter()
        Creates a new adapter for an object of class 'Get Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GetOrderType
      • createGetQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Get Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GetQuoteDataAreaType
      • createGetQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Get Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GetQuoteType
      • createGiftItemInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGiftItemInfoTypeAdapter()
        Creates a new adapter for an object of class 'Gift Item Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GiftItemInfoType
      • createGiftItemTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGiftItemTypeAdapter()
        Creates a new adapter for an object of class 'Gift Item Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GiftItemType
      • createGiftSetSpecificationTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGiftSetSpecificationTypeAdapter()
        Creates a new adapter for an object of class 'Gift Set Specification Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GiftSetSpecificationType
      • createGiftSetTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGiftSetTypeAdapter()
        Creates a new adapter for an object of class 'Gift Set Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GiftSetType
      • createOrderBLockInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderBLockInfoTypeAdapter()
        Creates a new adapter for an object of class 'BLock Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderBLockInfoType
      • createOrderBlockTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderBlockTypeAdapter()
        Creates a new adapter for an object of class 'Block Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderBlockType
      • createOrderItemComponentIdentifierTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderItemComponentIdentifierTypeAdapter()
        Creates a new adapter for an object of class 'Item Component Identifier Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderItemComponentIdentifierType
      • createOrderItemComponentTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderItemComponentTypeAdapter()
        Creates a new adapter for an object of class 'Item Component Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderItemComponentType
      • createOrderItemFulfillmentInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderItemFulfillmentInfoTypeAdapter()
        Creates a new adapter for an object of class 'Item Fulfillment Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderItemFulfillmentInfoType
      • createOrderItemShippingInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderItemShippingInfoTypeAdapter()
        Creates a new adapter for an object of class 'Item Shipping Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderItemShippingInfoType
      • createOrderItemStatusTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderItemStatusTypeAdapter()
        Creates a new adapter for an object of class 'Item Status Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderItemStatusType
      • createOrderItemTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderItemTypeAdapter()
        Creates a new adapter for an object of class 'Item Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderItemType
      • createOrderNotificationInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderNotificationInfoTypeAdapter()
        Creates a new adapter for an object of class 'Notification Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderNotificationInfoType
      • createOrderPaymentInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderPaymentInfoTypeAdapter()
        Creates a new adapter for an object of class 'Payment Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderPaymentInfoType
      • createOrderScheduleInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderScheduleInfoTypeAdapter()
        Creates a new adapter for an object of class 'Schedule Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderScheduleInfoType
      • createOrderShippingInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderShippingInfoTypeAdapter()
        Creates a new adapter for an object of class 'Shipping Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderShippingInfoType
      • createOrderStatusTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderStatusTypeAdapter()
        Creates a new adapter for an object of class 'Status Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderStatusType
      • createOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createOrderTypeAdapter()
        Creates a new adapter for an object of class 'Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        OrderType
      • createParentInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createParentInfoTypeAdapter()
        Creates a new adapter for an object of class 'Parent Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ParentInfoType
      • createPaymentInformationTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createPaymentInformationTypeAdapter()
        Creates a new adapter for an object of class 'Payment Information Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PaymentInformationType
      • createPaymentInstructionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createPaymentInstructionTypeAdapter()
        Creates a new adapter for an object of class 'Payment Instruction Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PaymentInstructionType
      • createPaymentMethodTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createPaymentMethodTypeAdapter()
        Creates a new adapter for an object of class 'Payment Method Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PaymentMethodType
      • createProcessOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Process Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ProcessOrderDataAreaType
      • createProcessOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessOrderTypeAdapter()
        Creates a new adapter for an object of class 'Process Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ProcessOrderType
      • createProcessQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Process Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ProcessQuoteDataAreaType
      • createProcessQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Process Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ProcessQuoteType
      • createPromotionCodeTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createPromotionCodeTypeAdapter()
        Creates a new adapter for an object of class 'Promotion Code Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PromotionCodeType
      • createProtocolDataTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProtocolDataTypeAdapter()
        Creates a new adapter for an object of class 'Protocol Data Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ProtocolDataType
      • createQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        QuoteType
      • createRespondOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Respond Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RespondOrderDataAreaType
      • createRespondOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondOrderTypeAdapter()
        Creates a new adapter for an object of class 'Respond Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RespondOrderType
      • createRespondQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Respond Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RespondQuoteDataAreaType
      • createRespondQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Respond Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RespondQuoteType
      • createRewardChoiceTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRewardChoiceTypeAdapter()
        Creates a new adapter for an object of class 'Reward Choice Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RewardChoiceType
      • createRewardOptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRewardOptionTypeAdapter()
        Creates a new adapter for an object of class 'Reward Option Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RewardOptionType
      • createRewardSpecificationTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRewardSpecificationTypeAdapter()
        Creates a new adapter for an object of class 'Reward Specification Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RewardSpecificationType
      • createShippingModeIdentifierTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShippingModeIdentifierTypeAdapter()
        Creates a new adapter for an object of class 'Shipping Mode Identifier Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShippingModeIdentifierType
      • createShippingModeTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShippingModeTypeAdapter()
        Creates a new adapter for an object of class 'Shipping Mode Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShippingModeType
      • createShowOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Show Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShowOrderDataAreaType
      • createShowOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowOrderTypeAdapter()
        Creates a new adapter for an object of class 'Show Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShowOrderType
      • createShowQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Show Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShowQuoteDataAreaType
      • createShowQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Show Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShowQuoteType
      • createSyncOrderDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSyncOrderDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Sync Order Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SyncOrderDataAreaType
      • createSyncOrderTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSyncOrderTypeAdapter()
        Creates a new adapter for an object of class 'Sync Order Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SyncOrderType
      • createSyncQuoteDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSyncQuoteDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Sync Quote Data Area Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SyncQuoteDataAreaType
      • createSyncQuoteTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSyncQuoteTypeAdapter()
        Creates a new adapter for an object of class 'Sync Quote Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SyncQuoteType
      • createBusinessObjectDocumentTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createBusinessObjectDocumentTypeAdapter()
        Creates a new adapter for an object of class 'Business Object Document Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        BusinessObjectDocumentType
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.