//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, RoleInOwningGroupDelegate Filename: RoleInOwningGroupDelegate.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ROLEINOWNINGGROUPDELEGATE_HXX #define TEAMCENTER__ROLEINOWNINGGROUPDELEGATE_HXX #include #include #include namespace Teamcenter { class RoleInOwningGroupDelegate; } namespace Teamcenter { class RoleInOwningGroupImpl; } namespace Teamcenter { class RoleInOwningGroup; } namespace Teamcenter { class RoleInOwningGroupGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class SA_API Teamcenter_alias::RoleInOwningGroupDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the RoleInOwningGroupDelegate instance static RoleInOwningGroupDelegate& getInstance(); // Method to create the RoleInOwningGroupImpl pointer static RoleInOwningGroupImpl* createImpl( RoleInOwningGroup& ifObj ); // Method to delete the RoleInOwningGroupImpl pointer static void deleteImpl( RoleInOwningGroupImpl* impl ); protected: // Pointer to the instance static RoleInOwningGroupDelegate* m_pInstance; RoleInOwningGroupDelegate(); virtual ~RoleInOwningGroupDelegate(); static void setInstance( RoleInOwningGroupDelegate* instance ); private: friend class ::Teamcenter::RoleInOwningGroupGenImpl; }; #include #endif // TEAMCENTER__ROLEINOWNINGGROUPDELEGATE_HXX