//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, ParmGrpValDelegate Filename: ParmGrpValDelegate.hxx Module: ccdm @BMIDE autogenerated ==================================================================================================*/ #ifndef CCDM__PARMGRPVALDELEGATE_HXX #define CCDM__PARMGRPVALDELEGATE_HXX #include #include #include namespace ccdm { class ParmGrpValDelegate; } namespace ccdm { class ParmGrpValImpl; } namespace ccdm { class ParmGrpVal; } namespace ccdm { class ParmGrpValGenImpl; } namespace ccdm_alias = ::ccdm; class CCDM_API ccdm_alias::ParmGrpValDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ParmGrpValDelegate instance static ParmGrpValDelegate& getInstance(); // Method to create the ParmGrpValImpl pointer static ParmGrpValImpl* createImpl( ParmGrpVal& ifObj ); // Method to delete the ParmGrpValImpl pointer static void deleteImpl( ParmGrpValImpl* impl ); protected: // Pointer to the instance static ParmGrpValDelegate* m_pInstance; ParmGrpValDelegate(); virtual ~ParmGrpValDelegate(); static void setInstance( ParmGrpValDelegate* instance ); private: friend class ::ccdm::ParmGrpValGenImpl; }; #include #endif // CCDM__PARMGRPVALDELEGATE_HXX