//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, PhysicalCharacteristicsDelegate Filename: PhysicalCharacteristicsDelegate.hxx Module: mrocore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MROCORE__PHYSICALCHARACTERISTICSDELEGATE_HXX #define TEAMCENTER__MROCORE__PHYSICALCHARACTERISTICSDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mrocore { class PhysicalCharacteristicsDelegate; } } namespace Teamcenter { namespace mrocore { class PhysicalCharacteristicsImpl; } } namespace Teamcenter { namespace mrocore { class PhysicalCharacteristics; } } namespace Teamcenter { namespace mrocore { class PhysicalCharacteristicsGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MROCORE_API Teamcenter_alias::mrocore::PhysicalCharacteristicsDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the PhysicalCharacteristicsDelegate instance static PhysicalCharacteristicsDelegate& getInstance(); // Method to create the PhysicalCharacteristicsImpl pointer static PhysicalCharacteristicsImpl* createImpl( PhysicalCharacteristics& ifObj ); // Method to delete the PhysicalCharacteristicsImpl pointer static void deleteImpl( PhysicalCharacteristicsImpl* impl ); protected: // Pointer to the instance static PhysicalCharacteristicsDelegate* m_pInstance; PhysicalCharacteristicsDelegate(); virtual ~PhysicalCharacteristicsDelegate(); static void setInstance( PhysicalCharacteristicsDelegate* instance ); private: friend class ::Teamcenter::mrocore::PhysicalCharacteristicsGenImpl; }; #include #endif // TEAMCENTER__MROCORE__PHYSICALCHARACTERISTICSDELEGATE_HXX