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