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