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