//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //e //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, CPA0ContainmentActionDispatch Filename: CPA0ContainmentActionDispatch.hxx Module: cpa0capadatamodeldispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__CPA0CONTAINMENTACTIONDISPATCH_HXX #define CAPADATAMODEL__CPA0CONTAINMENTACTIONDISPATCH_HXX #include #include #include #include #include #include namespace capadatamodel { class CPA0ContainmentActionDispatch; } namespace capadatamodel { class CPA0ContainmentActionDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class CPA0CAPADATAMODELDISPATCH_API capadatamodel::CPA0ContainmentActionDispatch : public capadatamodel::CPA0ContainmentActionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the CPA0ContainmentActionDispatch instance static CPA0ContainmentActionDispatch& getInstance(); private: // Pointer to the dispatch instance static CPA0ContainmentActionDispatch* m_dispatch; // Default Constructor CPA0ContainmentActionDispatch(); // Default Destructor virtual ~CPA0ContainmentActionDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a CPA0ContainmentActionDispatch CPA0ContainmentActionDispatch( const CPA0ContainmentActionDispatch& ); // Assignment operator CPA0ContainmentActionDispatch& operator = ( const CPA0ContainmentActionDispatch& ); // friend friend void ::cpa0capadatamodel::initializecpa0capadatamodelInternal(); friend void ::cpa0capadatamodel::initializecpa0capadatamodelExtenders(); friend class capadatamodel::CPA0ContainmentActionDelegate; }; #include #endif // CAPADATAMODEL__CPA0CONTAINMENTACTIONDISPATCH_HXX